public abstract class CellAttributes
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Class and Description |
|---|---|
static class |
CellAttributes.AttributeType
Enum containing all (GUI and ChUI) cell attributes.
|
| Modifier and Type | Field and Description |
|---|---|
private static NativeTypeSerializer.Externalizer<CellAttributes> |
EXT
CellAttributes values' (de)serializer
|
| Constructor and Description |
|---|
CellAttributes() |
| Modifier and Type | Method and Description |
|---|---|
abstract CellAttributes |
duplicate()
Duplicate this object.
|
static CellAttributes |
readCellAttributes(java.io.ObjectInput in)
Read CellAttributes instance from the input stream
|
static void |
writeCellAttributes(java.io.ObjectOutput out,
CellAttributes attr)
Write CellAttributes instance to the output stream
|
private static NativeTypeSerializer.Externalizer<CellAttributes> EXT
public static void writeCellAttributes(java.io.ObjectOutput out,
CellAttributes attr)
throws java.io.IOException
out - output streamattr - Color instancejava.io.IOExceptionpublic static CellAttributes readCellAttributes(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
in - input streamjava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic abstract CellAttributes duplicate()