Package hec.gfx2d.histogram
Class HistogramDataSetImpl
java.lang.Object
java.util.Observable
hec.gfx2d.G2dData
hec.gfx2d.histogram.HistogramDataSetImpl
- All Implemented Interfaces:
G2dObject
,HistogramDataSet
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface hec.gfx2d.G2dObject
RESET_DATA, UPDATE_DATA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the extents of the object in world coordinatesReturns the name of the x axisint
Returns the name of the x axisReturns the name of the y axisint
Returns the name of the y axisvoid
load()
Causes the object to load its data into memoryvoid
void
setXAxisName
(String name) void
setYAxisName
(String name) void
unload()
Causes the object to unload its data from memoryMethods inherited from class hec.gfx2d.G2dData
addObserver, canSwapXYValues, getCurveCount, getDefaultMaxYValue, getDefaultMinYValue, getGmtOffset, getLineStyleName, getLookup, getName, getUnitSystem, getXParameterId, getXValues, getYParameterId, getYValues, hasDefaultMaxYValue, hasDefaultMinYValue, setDefaultMaxYValue, setDefaultMinYValue, setGmtOffset, setName, setSwapXYValues, setUnitSystem, setUseDisplayUnits, setXParameterId, setYParameterId, swapXYValues, toString, useDisplayUnits
Methods inherited from class java.util.Observable
clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hec.gfx2d.G2dObject
canSwapXYValues, getCurveCount, getDataZoneId, getDefaultMaxYValue, getDefaultMinYValue, getGmtOffset, getLineStyleName, getLookup, getName, getUnitSystem, getXParameterId, getXValues, getYParameterId, getYValues, hasDefaultMaxYValue, hasDefaultMinYValue, setDefaultMaxYValue, setDefaultMinYValue, setSwapXYValues, swapXYValues
-
Constructor Details
-
HistogramDataSetImpl
-
-
Method Details
-
getBounds
Description copied from class:G2dData
Returns the extents of the object in world coordinates -
setHistogramDataProvider
-
getXAxisName
Description copied from interface:G2dObject
Returns the name of the x axis- Specified by:
getXAxisName
in interfaceG2dObject
-
getYAxisName
Description copied from interface:G2dObject
Returns the name of the y axis- Specified by:
getYAxisName
in interfaceG2dObject
-
setYAxisName
-
setXAxisName
-
getXAxisType
public int getXAxisType()Description copied from interface:G2dObject
Returns the name of the x axis- Specified by:
getXAxisType
in interfaceG2dObject
-
getYAxisType
public int getYAxisType()Description copied from interface:G2dObject
Returns the name of the y axis- Specified by:
getYAxisType
in interfaceG2dObject
-
load
public void load()Description copied from interface:G2dObject
Causes the object to load its data into memory -
unload
public void unload()Description copied from interface:G2dObject
Causes the object to unload its data from memory -
getHistogramBins
- Specified by:
getHistogramBins
in interfaceHistogramDataSet
-