TypeToolFontInfo
Inheritance: java.lang.Object
public class TypeToolFontInfo
Contains information about type tool font.
Constructors
Constructor | Description |
---|---|
TypeToolFontInfo() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The 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:
Parameter | Type | Description |
---|---|---|
value | int |
setDesignVectorValue(int value)
public final void setDesignVectorValue(int value)
Gets or sets the design vector value.
Value: The design vector value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setFontFamily(String value)
public final void setFontFamily(String value)
Gets or sets the font family.
Value: The font family.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFontName(String value)
public final void setFontName(String value)
Gets or sets the font name.
Value: The font name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFontStyle(String value)
public final void setFontStyle(String value)
Gets or sets the font style name.
Value: The font style name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFontTypeData(int value)
public final void setFontTypeData(int value)
Gets or sets the font type data.
Value: The font type data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMarkValue(short value)
public final void setMarkValue(short value)
Gets or sets the mark value.
Value: The mark value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setScriptValue(short value)
public final void setScriptValue(short value)
Gets or sets the script value.
Value: The script value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |