TypeToolStyleInfo
Inheritance: java.lang.Object
public class TypeToolStyleInfo
Type tool style information.
Constructors
Constructor | Description |
---|---|
TypeToolStyleInfo() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAutoKern() | Gets or sets a value indicating whether auto kerning is on or off. |
getBaseShiftValue() | Gets or sets the base shift value. |
getClass() | |
getFaceMarkValue() | Gets or sets the face mark value. |
getKerningValue() | Gets or sets the kerning value. |
getLeadingValue() | Gets or sets the leading value. |
getMarkValue() | Gets or sets the mark value. |
getRotateDown() | Gets or sets a value indicating whether it is a rotate down style. |
getSizeValue() | Gets or sets the size value. |
getTrackingValue() | Gets or sets the tracking value. |
hashCode() | |
notify() | |
notifyAll() | |
save(StreamContainer streamContainer, int psdVersion) | Saves the TypeToolFontInfo information to the specified stream container. |
setAutoKern(boolean value) | Gets or sets a value indicating whether auto kerning is on or off. |
setBaseShiftValue(int value) | Gets or sets the base shift value. |
setFaceMarkValue(short value) | Gets or sets the face mark value. |
setKerningValue(int value) | Gets or sets the kerning value. |
setLeadingValue(int value) | Gets or sets the leading value. |
setMarkValue(short value) | Gets or sets the mark value. |
setRotateDown(boolean value) | Gets or sets a value indicating whether it is a rotate down style. |
setSizeValue(int value) | Gets or sets the size value. |
setTrackingValue(int value) | Gets or sets the tracking value. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
TypeToolStyleInfo()
public TypeToolStyleInfo()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAutoKern()
public final boolean getAutoKern()
Gets or sets a value indicating whether auto kerning is on or off.
Value: true if auto kerning is on; otherwise, false .
Returns: boolean
getBaseShiftValue()
public final int getBaseShiftValue()
Gets or sets the base shift value.
Value: The base shift value.
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFaceMarkValue()
public final short getFaceMarkValue()
Gets or sets the face mark value.
Value: The face mark value.
Returns: short
getKerningValue()
public final int getKerningValue()
Gets or sets the kerning value.
Value: The kerning value.
Returns: int
getLeadingValue()
public final int getLeadingValue()
Gets or sets the leading value.
Value: The leading value.
Returns: int
getMarkValue()
public final short getMarkValue()
Gets or sets the mark value.
Value: The mark value.
Returns: short
getRotateDown()
public final boolean getRotateDown()
Gets or sets a value indicating whether it is a rotate down style.
Value: true if it is a rotate down style; otherwise, false .
Returns: boolean
getSizeValue()
public final int getSizeValue()
Gets or sets the size value.
Value: The size value.
Returns: int
getTrackingValue()
public final int getTrackingValue()
Gets or sets the tracking value.
Value: The tracking value.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
save(StreamContainer streamContainer, int psdVersion)
public final void save(StreamContainer streamContainer, int psdVersion)
Saves the TypeToolFontInfo information to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container to save to. |
psdVersion | int | The PSD version. |
setAutoKern(boolean value)
public final void setAutoKern(boolean value)
Gets or sets a value indicating whether auto kerning is on or off.
Value: true if auto kerning is on; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setBaseShiftValue(int value)
public final void setBaseShiftValue(int value)
Gets or sets the base shift value.
Value: The base shift value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setFaceMarkValue(short value)
public final void setFaceMarkValue(short value)
Gets or sets the face mark value.
Value: The face mark value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setKerningValue(int value)
public final void setKerningValue(int value)
Gets or sets the kerning value.
Value: The kerning value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLeadingValue(int value)
public final void setLeadingValue(int value)
Gets or sets the leading value.
Value: The leading value.
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 |
setRotateDown(boolean value)
public final void setRotateDown(boolean value)
Gets or sets a value indicating whether it is a rotate down style.
Value: true if it is a rotate down style; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setSizeValue(int value)
public final void setSizeValue(int value)
Gets or sets the size value.
Value: The size value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTrackingValue(int value)
public final void setTrackingValue(int value)
Gets or sets the tracking value.
Value: The tracking value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |