com.levigo.jadice.document.fontmgr
Interface FontManagerHandle

All Superinterfaces:
Provider<FontManager,RuntimeException>

public interface FontManagerHandle
extends Provider<FontManager,RuntimeException>

A handle to a configured font manager instance (created using the FontManagerFactory).

CAVEAT: This interface is not intended to be implemented by clients. Levigo preserves the right to change this interface without further notice.


Method Summary
 boolean isAvailable()
          This method is intended to be a fast access to the information if a font manager instance is already present without the need of waiting of a font manager instance until a timeout occurs or blocking methods return as might happen if the font manager creation runs asynchronously.
 
Methods inherited from interface com.levigo.util.base.Provider
get
 

Method Detail

isAvailable

boolean isAvailable()
This method is intended to be a fast access to the information if a font manager instance is already present without the need of waiting of a font manager instance until a timeout occurs or blocking methods return as might happen if the font manager creation runs asynchronously.

Returns:
true if a font manager instance is available, false otherwise.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.