public class TypeToolLineInfo extends Object
Type tool line info.
Constructor and Description |
---|
TypeToolLineInfo() |
Modifier and Type | Method and Description |
---|---|
char |
getChar()
Gets or sets the char.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the
TypeToolLineInfo information to the specified stream container. |
void |
setChar(char value)
Gets or sets the char.
|
public final char getChar()
Gets or sets the char.
Value: The char.public final void setChar(char value)
Gets or sets the char.
Value: The char.public final void save(StreamContainer streamContainer, int psdVersion)
Saves the TypeToolLineInfo
information to the specified stream container.
streamContainer
- The stream container to save to.psdVersion
- The PSD version.