Package hec.map.dlg

Class DlgGlyph

java.lang.Object
hec.map.MapGlyph
hec.map.dlg.DlgGlyph
All Implemented Interfaces:
Serializable, Comparable<MapGlyph>

public class DlgGlyph extends MapGlyph implements Serializable
See Also:
  • Constructor Details

    • DlgGlyph

      public DlgGlyph()
      Constructor of the DlgMapGlyph
    • DlgGlyph

      public DlgGlyph(MapPanel panel, DlgMap map)
  • Method Details

    • init

      protected void init()
      Description copied from class: MapGlyph
      called when the MapGlyph is made active. Any initialization should be performed here.
      Overrides:
      init in class MapGlyph
    • draw

      public void draw(Graphics g, MapScale scale)
      Paint method to draw the DlgGlyph onto the graphics context

      Specified by:
      draw in class MapGlyph
      Parameters:
      g -
      scale -