Klasse OurLegendArea

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible

public class OurLegendArea extends LegendArea
This class represents a visualization.LegendArea implementation and has been created for demonstration purposes only. Method initialize(Graphics) is overridden and now implements logic for drawing parameters on the legend area.
Siehe auch:
  • Felddetails

    • serialVersionUID

      private static final long serialVersionUID
      Siehe auch:
  • Konstruktordetails

    • OurLegendArea

      public OurLegendArea()
      Standard constructor
  • Methodendetails

    • initialize

      public void initialize(Graphics g)
      Overridden method from super class. Draws all elements and descriptions on the LegendArea
      Angegeben von:
      initialize in Klasse LegendArea
      Parameter:
      g - the Graphics object of the corresponding panel