public class ChuiCellAttributes extends CellAttributes
CellAttributes.AttributeType| Constructor and Description |
|---|
ChuiCellAttributes()
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 Color dcolor
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