TypeToolFontInfo

Inheritance: java.lang.Object

public class TypeToolFontInfo

Contains information about type tool font.

Constructors

ConstructorDescription
TypeToolFontInfo()

Methods

MethodDescription
equals(Object arg0)
getClass()
getDesignAxes()Gets or sets the design axes vector to follow.
getDesignVectorValue()Gets or sets the design vector value.
getFontFamily()Gets or sets the font family.
getFontName()Gets or sets the font name.
getFontStyle()Gets or sets the font style name.
getFontTypeData()Gets or sets the font type data.
getLength()Gets the length.
getMarkValue()Gets or sets the mark value.
getScriptValue()Gets or sets the script value.
hashCode()
notify()
notifyAll()
save(StreamContainer streamContainer)Saves the TypeToolFontInfo information to the specified stream container.
setDesignAxes(int value)Gets or sets the design axes vector to follow.
setDesignVectorValue(int value)Gets or sets the design vector value.
setFontFamily(String value)Gets or sets the font family.
setFontName(String value)Gets or sets the font name.
setFontStyle(String value)Gets or sets the font style name.
setFontTypeData(int value)Gets or sets the font type data.
setMarkValue(short value)Gets or sets the mark value.
setScriptValue(short value)Gets or sets the script value.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TypeToolFontInfo()

public TypeToolFontInfo()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDesignAxes()

public final int getDesignAxes()

Gets or sets the design axes vector to follow.

Value: The design axes vector to follow.

Returns: int

getDesignVectorValue()

public final int getDesignVectorValue()

Gets or sets the design vector value.

Value: The design vector value.

Returns: int

getFontFamily()

public final String getFontFamily()

Gets or sets the font family.

Value: The font family.

Returns: java.lang.String

getFontName()

public final String getFontName()

Gets or sets the font name.

Value: The font name.

Returns: java.lang.String

getFontStyle()

public final String getFontStyle()

Gets or sets the font style name.

Value: The font style name.

Returns: java.lang.String

getFontTypeData()

public final int getFontTypeData()

Gets or sets the font type data.

Value: The font type data.

Returns: int

getLength()

public final int getLength()

Gets the length.

Value: The length.

Returns: int

getMarkValue()

public final short getMarkValue()

Gets or sets the mark value.

Value: The mark value.

Returns: short

getScriptValue()

public final short getScriptValue()

Gets or sets the script value.

Value: The script value.

Returns: short

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

save(StreamContainer streamContainer)

public final void save(StreamContainer streamContainer)

Saves the TypeToolFontInfo information to the specified stream container.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.

setDesignAxes(int value)

public final void setDesignAxes(int value)

Gets or sets the design axes vector to follow.

Value: The design axes vector to follow.

Parameters:

ParameterTypeDescription
valueint

setDesignVectorValue(int value)

public final void setDesignVectorValue(int value)

Gets or sets the design vector value.

Value: The design vector value.

Parameters:

ParameterTypeDescription
valueint

setFontFamily(String value)

public final void setFontFamily(String value)

Gets or sets the font family.

Value: The font family.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFontName(String value)

public final void setFontName(String value)

Gets or sets the font name.

Value: The font name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFontStyle(String value)

public final void setFontStyle(String value)

Gets or sets the font style name.

Value: The font style name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFontTypeData(int value)

public final void setFontTypeData(int value)

Gets or sets the font type data.

Value: The font type data.

Parameters:

ParameterTypeDescription
valueint

setMarkValue(short value)

public final void setMarkValue(short value)

Gets or sets the mark value.

Value: The mark value.

Parameters:

ParameterTypeDescription
valueshort

setScriptValue(short value)

public final void setScriptValue(short value)

Gets or sets the script value.

Value: The script value.

Parameters:

ParameterTypeDescription
valueshort

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int