Package hec.gfx2d
Class TimeWindowPlotData
java.lang.Object
java.util.Observable
hec.gfx2d.G2dData
hec.gfx2d.TimeWindowPlotData
- All Implemented Interfaces:
G2dObject,Serializable
Title: CWMS Development
Description:
Copyright: Copyright (c) 2001
Company: Resource Management Assoc.
- See Also:
-
Field Summary
Fields inherited from interface hec.gfx2d.G2dObject
RESET_DATA, UPDATE_DATA -
Constructor Summary
ConstructorsConstructorDescriptionTimeWindowPlotData(RunTimeWindow window, int hourlyOffsetFromGmt) TimeWindowPlotData(RunTimeWindow window, TimeZone tz) -
Method Summary
Modifier and TypeMethodDescriptionReturns the extents of the object in world coordinatesReturns the name of the x axisintReturns the name of the x axisReturns the name of the y axisintReturns the name of the y axisvoidload()Causes the object to load its data into memoryvoidvoidunload()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, 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
getDataZoneId
-
Constructor Details
-
TimeWindowPlotData
-
TimeWindowPlotData
-
-
Method Details
-
setName
-
getTimeWindow
-
getYAxisName
Description copied from interface:G2dObjectReturns the name of the y axis -
getXAxisType
public int getXAxisType()Description copied from interface:G2dObjectReturns the name of the x axis -
getBounds
Description copied from class:G2dDataReturns the extents of the object in world coordinates -
getXAxisName
Description copied from interface:G2dObjectReturns the name of the x axis -
getYAxisType
public int getYAxisType()Description copied from interface:G2dObjectReturns the name of the y axis -
unload
public void unload()Description copied from interface:G2dObjectCauses the object to unload its data from memory -
load
public void load()Description copied from interface:G2dObjectCauses the object to load its data into memory
-