TextUtilsFactory

Inheritance: java.lang.Object

public class TextUtilsFactory

Предоставляет функциональность для получения создателей объектов текстовых сервисов

Конструкторы

КонструкторОписание
TextUtilsFactory()

Методы

МетодОписание
equals(Object arg0)
getClass()
getFontCharactersMerger(Font primaryFont, Font secondaryFont, FontType outType)
getFontMorseDecoder()Получает экземпляр IFontMorseDecoder.
getFontMorseEncoder()Получает экземпляр IFontMorseEncoder.
getMorseDecoder()Получает экземпляр IMorseDecoder.
getMorseEncoder()Получает экземпляр 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:

ПараметрТипОписание
arg0java.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:

ПараметрТипОписание
primaryFontFont
secondaryFontFont
outTypeFontType

Returns: FontCharactersMerger

getFontMorseDecoder()

public IFontMorseDecoder getFontMorseDecoder()

Получает экземпляр IFontMorseDecoder.

Returns: IFontMorseDecoder - The IFontMorseDecoder instance.

getFontMorseEncoder()

public IFontMorseEncoder getFontMorseEncoder()

Получает экземпляр IFontMorseEncoder.

Returns: IFontMorseEncoder - The IFontMorseEncoder instance.

getMorseDecoder()

public IMorseDecoder getMorseDecoder()

Получает экземпляр IMorseDecoder.

Returns: IMorseDecoder - The IMorseDecoder instance.

getMorseEncoder()

public IMorseEncoder getMorseEncoder()

Получает экземпляр 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:

ПараметрТипОписание
primaryFontFont
secondaryFontFont
outTypeFontType

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:

ПараметрТипОписание
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ПараметрТипОписание
arg0long
arg1int