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 double
protected Color
protected boolean
protected boolean
protected boolean
protected double
Fields inherited from class hec.map.GlyphDataRecord
GDR_EXTENSION
Fields 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 TypeMethodDescriptiondouble
boolean
boolean
boolean
double
protected void
read0
(String type, String param, BufferedReader input) The abstract read which the concrete subclass must define.void
setBrightness
(double bright) void
setDefaultColor
(Color color) void
setDrawAreas
(boolean tf) void
setDrawLines
(boolean tf) void
setDrawNodes
(boolean tf) void
setSaturation
(double sat) protected void
write0
(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, write
Methods 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, useRecursiveModifiedTest
Methods 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:GlyphDataRecord
The abstract read which the concrete subclass must define.- Specified by:
read0
in classGlyphDataRecord
- Throws:
IOException
-
write0
Description copied from class:GlyphDataRecord
The abstract write which the concrete subclass must define.- Specified by:
write0
in classGlyphDataRecord
- Throws:
IOException
-