Package hec.gfx2d
Class DssVueSimpleDSSTimeSeriesCollection
java.lang.Object
java.util.Observable
hec.gfx2d.G2dData
hec.gfx2d.dss.LocalDSSData
hec.gfx2d.dss.LocalDSSTimeSeriesCollection
hec.gfx2d.DssVueSimpleDSSTimeSeriesCollection
- All Implemented Interfaces:
G2dDssObject
,G2dDssTimeSeriesCollection
,G2dObject
,Serializable
DssVueSimpleDSSTimeSeriesCollection is used by DSSVue, and PlotingUtilities for plotting collections
- See Also:
-
Field Summary
Fields inherited from class hec.gfx2d.dss.LocalDSSTimeSeriesCollection
_dssCollectionArray, _max, _mean, _median, _min, _p25, _p75, _timeArray, endIdx, MAX, MEAN, MIN, numberValues, SD1N, SD1P, startIdx, tdata, xtype, ydata, ytype
Fields inherited from interface hec.gfx2d.G2dObject
RESET_DATA, UPDATE_DATA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the y axisvoid
load()
Causes the object to load its data into memory.Methods inherited from class hec.gfx2d.dss.LocalDSSTimeSeriesCollection
createHecMathArray, equals, equals, getBounds, getCurveCount, getFirstStandardDeviations, getMax, getMean, getMedian, getMin, getNearestDataPt, getP25, getP75, getTimeSeriesContainer, getXAxisName, getXAxisType, getYAxisType, getYType, getYValues, setLoaded, size, unload
Methods inherited from class hec.gfx2d.dss.LocalDSSData
getDSSIdentifer, setXAxisType, setYAxisType
Methods inherited from class hec.gfx2d.G2dData
addObserver, canSwapXYValues, getDefaultMaxYValue, getDefaultMinYValue, getGmtOffset, getLineStyleName, getLookup, getName, getUnitSystem, getXParameterId, getXValues, getYParameterId, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hec.gfx2d.G2dObject
canSwapXYValues, getDataZoneId, getDefaultMaxYValue, getDefaultMinYValue, getGmtOffset, getLineStyleName, getLookup, getName, getUnitSystem, getXParameterId, getXValues, getYParameterId, hasDefaultMaxYValue, hasDefaultMinYValue, setDefaultMaxYValue, setDefaultMinYValue, setSwapXYValues, swapXYValues
-
Constructor Details
-
DssVueSimpleDSSTimeSeriesCollection
-
-
Method Details
-
load
public void load()Description copied from class:LocalDSSTimeSeriesCollection
Causes the object to load its data into memory.- Specified by:
load
in interfaceG2dObject
- Overrides:
load
in classLocalDSSTimeSeriesCollection
-
getYAxisName
Returns the name of the y axis- Specified by:
getYAxisName
in interfaceG2dObject
- Overrides:
getYAxisName
in classLocalDSSTimeSeriesCollection
- Returns:
- the y axis name
-