BasicTextShaperCache

Наследование: java.lang.Object

Все реализованные интерфейсы: com.aspose.words.ITextShaperFactory

public class BasicTextShaperCache implements ITextShaperFactory

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

КонструкторОписание
BasicTextShaperCache(ITextShaperFactory factory)Инициализирует новый экземпляр этого класса.

Методы

МетодОписание
dispose()
equals(Object arg0)
getClass()
getTextShaper(String fontId, byte[] fontBlob, int faceIndex)
getTextShaper(String fontPath, int faceIndex)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BasicTextShaperCache(ITextShaperFactory factory)

public BasicTextShaperCache(ITextShaperFactory factory)

Инициализирует новый экземпляр этого класса.

Параметры:

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

dispose()

public void dispose()

equals(Object arg0)

public boolean equals(Object arg0)

Параметры:

ПараметрТипОписание
arg0java.lang.Object

Возвращает: логический

getClass()

public final native Class<?> getClass()

Возвращает: java.lang.Класс

getTextShaper(String fontId, byte[] fontBlob, int faceIndex)

public ITextShaper getTextShaper(String fontId, byte[] fontBlob, int faceIndex)

Параметры:

ПараметрТипОписание
fontIdjava.lang.String
fontBlobbyte[]
faceIndexint

Возвращает: ITextShaper

getTextShaper(String fontPath, int faceIndex)

public ITextShaper getTextShaper(String fontPath, int faceIndex)

Параметры:

ПараметрТипОписание
fontPathjava.lang.String
faceIndexint

Возвращает: ITextShaper

hashCode()

public native int hashCode()

Возвращает: инт

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Возвращает: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Параметры:

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

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Параметры:

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