public class TypeToolLineInfo extends Object
Type tool line info.
Constructor and Description |
---|
TypeToolLineInfo() |
Modifier and Type | Method and Description |
---|---|
char |
getChar()
Gets the char.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the
TypeToolLineInfo information to the specified stream container. |
void |
setChar(char value)
Sets the char.
|
public char getChar()
Gets the char.
public void setChar(char value)
Sets the char.
value
- The char.public 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.