public class GuiCellAttributes extends CellAttributes
CellAttributes.AttributeType| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
bgColor
BGCOLOR attribute.
|
java.lang.Integer |
fgColor
FGCOLOR attribute.
|
java.lang.Integer |
font
FONT attribute.
|
| Constructor and Description |
|---|
GuiCellAttributes()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
CellAttributes |
duplicate()
Duplicate this object.
|
void |
readExternal(java.io.ObjectInput in)
Replacement for the default object reading method.
|
void |
writeExternal(java.io.ObjectOutput out)
Replacement for the default object writing method.
|
readCellAttributes, writeCellAttributespublic java.lang.Integer bgColor
public java.lang.Integer fgColor
public java.lang.Integer font
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
out - The output destination to which fields will be saved.java.io.IOException - In case of I/O errors.public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
in - Input source from which fields will be restored.java.io.IOException - In case of I/O errors.java.lang.ClassNotFoundException - If payload can't be instantiated.public CellAttributes duplicate()
duplicate in class CellAttributes