Class HistogramDataSetImpl

java.lang.Object
java.util.Observable
hec.gfx2d.G2dData
hec.gfx2d.histogram.HistogramDataSetImpl
All Implemented Interfaces:
G2dObject, HistogramDataSet, Serializable

public class HistogramDataSetImpl extends G2dData implements HistogramDataSet
See Also:
  • Constructor Details

  • Method Details

    • getBounds

      public WorldRect getBounds()
      Description copied from class: G2dData
      Returns the extents of the object in world coordinates
      Specified by:
      getBounds in interface G2dObject
      Specified by:
      getBounds in class G2dData
    • setHistogramDataProvider

      public void setHistogramDataProvider(HistogramDataProvider provider)
    • getXAxisName

      public String getXAxisName()
      Description copied from interface: G2dObject
      Returns the name of the x axis
      Specified by:
      getXAxisName in interface G2dObject
    • getYAxisName

      public String getYAxisName()
      Description copied from interface: G2dObject
      Returns the name of the y axis
      Specified by:
      getYAxisName in interface G2dObject
    • setYAxisName

      public void setYAxisName(String name)
    • setXAxisName

      public void setXAxisName(String name)
    • getXAxisType

      public int getXAxisType()
      Description copied from interface: G2dObject
      Returns the name of the x axis
      Specified by:
      getXAxisType in interface G2dObject
    • getYAxisType

      public int getYAxisType()
      Description copied from interface: G2dObject
      Returns the name of the y axis
      Specified by:
      getYAxisType in interface G2dObject
    • load

      public void load()
      Description copied from interface: G2dObject
      Causes the object to load its data into memory
      Specified by:
      load in interface G2dObject
    • unload

      public void unload()
      Description copied from interface: G2dObject
      Causes the object to unload its data from memory
      Specified by:
      unload in interface G2dObject
    • getHistogramBins

      public List<HistogramBin> getHistogramBins()
      Specified by:
      getHistogramBins in interface HistogramDataSet