Package hec.gfx2d
Class G2dGlyphDataRecord
java.lang.Object
hec.gfx2d.G2dGlyphDataRecord
- All Implemented Interfaces:
Serializable
,Cloneable
Keeps track of the glyph display information
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
void
void
read
(BufferedReader input) Reads in the common glyph characteristics then passes the reading to the concrete subclass.protected abstract void
The abstract read which the concrete subclass must define.void
void
write
(BufferedWriter output) Writes out the common glyph characteristics then passes the writing to the concrete subclass.protected abstract void
write0
(BufferedWriter output) The abstract write which the concrete subclass must define.
-
Field Details
-
_listeners
-
-
Constructor Details
-
G2dGlyphDataRecord
public G2dGlyphDataRecord()The default constructor.
-
-
Method Details
-
clone
-
fireModified
public void fireModified() -
addModifiedListener
-
removeModifiedListener
-
read
Reads in the common glyph characteristics then passes the reading to the concrete subclass.- Throws:
IOException
-
write
Writes out the common glyph characteristics then passes the writing to the concrete subclass.- Throws:
IOException
-
read0
The abstract read which the concrete subclass must define.- Throws:
IOException
-
write0
The abstract write which the concrete subclass must define.- Throws:
IOException
-