TypeToolStyleInfo

Inheritance: java.lang.Object

public class TypeToolStyleInfo

Type tool style information.

Constructors

ConstructorDescription
TypeToolStyleInfo()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.
psdVersionintThe 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:

ParameterTypeDescription
valueboolean

setBaseShiftValue(int value)

public final void setBaseShiftValue(int value)

Gets or sets the base shift value.

Value: The base shift value.

Parameters:

ParameterTypeDescription
valueint

setFaceMarkValue(short value)

public final void setFaceMarkValue(short value)

Gets or sets the face mark value.

Value: The face mark value.

Parameters:

ParameterTypeDescription
valueshort

setKerningValue(int value)

public final void setKerningValue(int value)

Gets or sets the kerning value.

Value: The kerning value.

Parameters:

ParameterTypeDescription
valueint

setLeadingValue(int value)

public final void setLeadingValue(int value)

Gets or sets the leading value.

Value: The leading value.

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

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:

ParameterTypeDescription
valueboolean

setSizeValue(int value)

public final void setSizeValue(int value)

Gets or sets the size value.

Value: The size value.

Parameters:

ParameterTypeDescription
valueint

setTrackingValue(int value)

public final void setTrackingValue(int value)

Gets or sets the tracking value.

Value: The tracking value.

Parameters:

ParameterTypeDescription
valueint

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