Package hec.gfx2d.dss
Class LocalDSSData
java.lang.Object
java.util.Observable
hec.gfx2d.G2dData
hec.gfx2d.dss.LocalDSSData
- All Implemented Interfaces:
G2dDssObject,G2dObject,Serializable
- Direct Known Subclasses:
LocalDSSTimeSeriesCollection
Simple data object for holding an array for ploting.
- See Also:
-
Field Summary
Fields inherited from interface hec.gfx2d.G2dObject
RESET_DATA, UPDATE_DATA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract WorldRectReturns the extents of the object in world coordinatesreturn the DSSIdentifierReturns the name of the x axisintReturns the name of the x axisReturns the name of the y axisintReturns the name of the y axisvoidsetXAxisType(int xAxis) set the x axis typevoidsetYAxisType(int yAxis) set the y axis typeabstract intsize()size returns the number of valid data pointsMethods 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, useDisplayUnitsMethods inherited from class java.util.Observable
clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hec.gfx2d.G2dObject
canSwapXYValues, getCurveCount, getDataZoneId, getDefaultMaxYValue, getDefaultMinYValue, getGmtOffset, getLineStyleName, getLookup, getName, getUnitSystem, getXParameterId, getXValues, getYParameterId, getYValues, hasDefaultMaxYValue, hasDefaultMinYValue, load, setDefaultMaxYValue, setDefaultMinYValue, setSwapXYValues, swapXYValues, unload
-
Constructor Details
-
LocalDSSData
-
-
Method Details
-
size
public abstract int size()size returns the number of valid data points -
getXAxisName
Returns the name of the x axis- Specified by:
getXAxisNamein interfaceG2dObject
-
getYAxisName
Returns the name of the y axis- Specified by:
getYAxisNamein interfaceG2dObject
-
setXAxisType
public void setXAxisType(int xAxis) set the x axis type -
getXAxisType
public int getXAxisType()Returns the name of the x axis- Specified by:
getXAxisTypein interfaceG2dObject
-
setYAxisType
public void setYAxisType(int yAxis) set the y axis type -
getYAxisType
public int getYAxisType()Returns the name of the y axis- Specified by:
getYAxisTypein interfaceG2dObject
-
getBounds
Returns the extents of the object in world coordinates -
getDSSIdentifer
return the DSSIdentifier- Specified by:
getDSSIdentiferin interfaceG2dDssObject
-