Class G2dBarPlot

All Implemented Interfaces:
G2dPointerComponent, G2dToolbarListener, ObjectSelectionListener, ImageObserver, MenuContainer, Printable, Serializable, EventListener, Accessible, TimeZoneComponent, UnitsComponent

public class G2dBarPlot extends G2dPanel
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

See Also:
  • Constructor Details

    • G2dBarPlot

      public G2dBarPlot()
  • Method Details

    • buildComponents

      public void buildComponents(List objects)
      Description copied from class: G2dPanel
      Creates a two pane 2D drawing area to display a set of G2dObjects with default colors
      Overrides:
      buildComponents in class G2dPanel
    • buildComponents

      public void buildComponents(List objects, boolean addToolbar, boolean addLegend)
      Overrides:
      buildComponents in class G2dPanel
    • buildComponents

      public void buildComponents(List objects, List objectProperties)
      Overrides:
      buildComponents in class G2dPanel
    • buildDefaultComponents

      public void buildDefaultComponents()
      Description copied from class: G2dPanel
      Creates a two pane 2D drawing area with axis tics and labels, scrollbars, title, and legend.
      Overrides:
      buildDefaultComponents in class G2dPanel
    • buildComponents

      public void buildComponents(List objects, List objectProperties, boolean addToolbar, boolean addLegend)
      Description copied from class: G2dPanel
      Creates a two pane 2D drawing area to display a set of G2dObjects
      Overrides:
      buildComponents in class G2dPanel
    • main

      public static void main(String[] args)