public class GXTextSegmentState extends Object implements Externalizable
Constructor and Description |
---|
GXTextSegmentState()
Creates text segment state object.
|
GXTextSegmentState(Font font,
Color color,
Boolean underlined)
Creates text segment state object with specified font, color and underlined property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Color |
getColor()
Gets color of the text
m_color |
Font |
getFont()
Gets font of the text
m_font |
int |
hashCode() |
Boolean |
isUnderlined()
Gets underline property of the text
m_underlined |
void |
readExternal(ObjectInput in) |
void |
setColor(Color color)
Sets color of the text
m_color |
void |
setFont(Font font)
Sets font of the text
m_font |
void |
setUnderlined(Boolean underlined)
Sets underline property of the text
m_underlined |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GXTextSegmentState()
public Boolean isUnderlined()
m_underlined
public void setUnderlined(Boolean underlined)
m_underlined
underlined
- public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
java.io.Externalizable#readExternal(ObjectInput)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
java.io.Externalizable#writeExternal(ObjectOutput)
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.