Package hec.map.dlg
Class DlgGlyphDataRecord
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.map.GlyphDataRecord
hec.map.dlg.DlgGlyphDataRecord
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable,Cloneable,Comparable,Observer,Modifiable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected Colorprotected booleanprotected booleanprotected booleanprotected doubleFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublebooleanbooleanbooleandoubleprotected voidread0(String type, String param, BufferedReader input) The abstract read which the concrete subclass must define.voidsetBrightness(double bright) voidsetDefaultColor(Color color) voidsetDrawAreas(boolean tf) voidsetDrawLines(boolean tf) voidsetDrawNodes(boolean tf) voidsetSaturation(double sat) protected voidwrite0(BufferedWriter output) The abstract write which the concrete subclass must define.Methods inherited from class hec.map.GlyphDataRecord
clone, 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
-
Field Details
-
_defaultColor
-
_drawNodes
protected boolean _drawNodes -
_drawLines
protected boolean _drawLines -
_drawAreas
protected boolean _drawAreas -
_saturation
protected double _saturation -
_brightness
protected double _brightness
-
-
Constructor Details
-
DlgGlyphDataRecord
public DlgGlyphDataRecord()
-
-
Method Details
-
getSaturation
public double getSaturation() -
setSaturation
public void setSaturation(double sat) -
getBrightness
public double getBrightness() -
setBrightness
public void setBrightness(double bright) -
getDefaultColor
-
setDefaultColor
-
getDrawNodes
public boolean getDrawNodes() -
setDrawNodes
public void setDrawNodes(boolean tf) -
getDrawLines
public boolean getDrawLines() -
setDrawLines
public void setDrawLines(boolean tf) -
getDrawAreas
public boolean getDrawAreas() -
setDrawAreas
public void setDrawAreas(boolean tf) -
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
-