Package hec.map.inundation
Class InundationGroupGlyphDataRecord
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.map.GlyphDataRecord
hec.map.inundation.InundationGroupGlyphDataRecord
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable,Cloneable,Comparable,Observer,Modifiable
- See Also:
-
Field Summary
Fields inherited from class hec.map.GlyphDataRecord
GDR_EXTENSIONFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object of the same class as this object.getDataRecord(InundationLayer il, MapGlyph glyph) protected voidread0(String type, String param, BufferedReader input) The abstract read which the concrete subclass must define.voidsetDataRecord(InundationLayer il, GlyphDataRecord gdr) voidsetDrawn(InundationLayer il, Boolean TF) voidsetGlyph(InundationGroupGlyph glyph) protected voidwrite0(BufferedWriter output) The abstract write which the concrete subclass must define.Methods inherited from class hec.map.GlyphDataRecord
getFieldObject, getShowLegend, read, readAsciiSerialized, setFieldObject, setMap, setShowLegend, useAsciiSerialization, writeMethods inherited from class hec.lang.NamedType
addModifiableListener, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, toString, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
InundationGroupGlyphDataRecord
public InundationGroupGlyphDataRecord() -
InundationGroupGlyphDataRecord
-
-
Method Details
-
getDataRecord
-
setDataRecord
-
clone
Description copied from class:NamedTypeCreates a new object of the same class as this object.
It then initializes each of the new object's fields by assigning it the same value as the corresponding field in this object. No
constructor is called.- Overrides:
clonein classGlyphDataRecord
-
getDrawn
-
getDrawnLayers
-
setDrawn
-
setGlyph
-
read0
Description copied from class:GlyphDataRecordThe abstract read which the concrete subclass must define.- Specified by:
read0in classGlyphDataRecord- Throws:
IOException
-
write0
Description copied from class:GlyphDataRecordThe abstract write which the concrete subclass must define.- Specified by:
write0in classGlyphDataRecord- Throws:
IOException
-