Package hec.map

Class LegendGlyph

java.lang.Object
hec.map.MapGlyph
hec.map.LegendGlyph
All Implemented Interfaces:
Comparable<MapGlyph>

public class LegendGlyph extends MapGlyph

Title: Hec Java Development

Description:

Copyright: Copyright (c) 2004

Company: Resource Management Assoc

  • Constructor Details

    • LegendGlyph

      public LegendGlyph()
  • Method Details

    • setLegendItem

      public void setLegendItem(LegendItem legendItem)
    • draw

      public void draw(Graphics graphics, MapScale scl)
      Description copied from class: MapGlyph
      draw this MapGlyph to graphics using the MapScale scl

      Specified by:
      draw in class MapGlyph
      Parameters:
      graphics - the Graphics to draw to
      scl - The current MapScale