TypeToolLineInfo

Inheritance: java.lang.Object

public class TypeToolLineInfo

Type tool line info.

Constructors

ConstructorDescription
TypeToolLineInfo()

Methods

MethodDescription
equals(Object arg0)
getChar()Gets or sets the char.
getClass()
hashCode()
notify()
notifyAll()
save(StreamContainer streamContainer, int psdVersion)Saves the TypeToolLineInfo information to the specified stream container.
setChar(char value)Gets or sets the char.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TypeToolLineInfo()

public TypeToolLineInfo()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getChar()

public final char getChar()

Gets or sets the char.

Value: The char.

Returns: char

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

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 TypeToolLineInfo information to the specified stream container.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.
psdVersionintThe PSD version.

setChar(char value)

public final void setChar(char value)

Gets or sets the char.

Value: The char.

Parameters:

ParameterTypeDescription
valuechar

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