TextUtilsFactory
Contenuti
[
Nascondere
]Inheritance: java.lang.Object
public class TextUtilsFactory
Fornisce funzionalità per recuperare i creatori degli oggetti di servizio di testo.
Costruttori
| Costruttore | Descrizione |
|---|---|
| TextUtilsFactory() |
Metodi
| Metodo | Descrizione |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getFontCharactersMerger(Font primaryFont, Font secondaryFont, FontType outType) | |
| getFontMorseDecoder() | Ottiene l’istanza di IFontMorseDecoder. |
| getFontMorseEncoder() | Ottiene l’istanza di IFontMorseEncoder. |
| getMorseDecoder() | Ottiene l’istanza di IMorseDecoder. |
| getMorseEncoder() | Ottiene l’istanza di IMorseEncoder. |
| hashCode() | |
| isCffSimpleFontMerging(Font primaryFont, Font secondaryFont, FontType outType) | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
TextUtilsFactory()
public TextUtilsFactory()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFontCharactersMerger(Font primaryFont, Font secondaryFont, FontType outType)
public FontCharactersMerger getFontCharactersMerger(Font primaryFont, Font secondaryFont, FontType outType)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| primaryFont | Font | |
| secondaryFont | Font | |
| outType | FontType |
Returns: FontCharactersMerger
getFontMorseDecoder()
public IFontMorseDecoder getFontMorseDecoder()
Ottiene l’istanza di IFontMorseDecoder.
Returns: IFontMorseDecoder - The IFontMorseDecoder instance.
getFontMorseEncoder()
public IFontMorseEncoder getFontMorseEncoder()
Ottiene l’istanza di IFontMorseEncoder.
Returns: IFontMorseEncoder - The IFontMorseEncoder instance.
getMorseDecoder()
public IMorseDecoder getMorseDecoder()
Ottiene l’istanza di IMorseDecoder.
Returns: IMorseDecoder - The IMorseDecoder instance.
getMorseEncoder()
public IMorseEncoder getMorseEncoder()
Ottiene l’istanza di IMorseEncoder.
Returns: IMorseEncoder - The IMorseEncoder instance.
hashCode()
public native int hashCode()
Returns: int
isCffSimpleFontMerging(Font primaryFont, Font secondaryFont, FontType outType)
public static boolean isCffSimpleFontMerging(Font primaryFont, Font secondaryFont, FontType outType)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| primaryFont | Font | |
| secondaryFont | Font | |
| outType | FontType |
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |