Package hec.map.dlg

Class DlgGlyphDataRecord

All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable, Cloneable, Comparable, Observer, Modifiable

public class DlgGlyphDataRecord extends GlyphDataRecord
See Also:
  • Field Details

    • _defaultColor

      protected Color _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

      public Color getDefaultColor()
    • setDefaultColor

      public void setDefaultColor(Color color)
    • 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

      protected void read0(String type, String param, BufferedReader input) throws IOException
      Description copied from class: GlyphDataRecord
      The abstract read which the concrete subclass must define.
      Specified by:
      read0 in class GlyphDataRecord
      Throws:
      IOException
    • write0

      protected void write0(BufferedWriter output) throws IOException
      Description copied from class: GlyphDataRecord
      The abstract write which the concrete subclass must define.
      Specified by:
      write0 in class GlyphDataRecord
      Throws:
      IOException