Package hec.gfx2d

Class TimeWindowPlotData

All Implemented Interfaces:
G2dObject, Serializable

public class TimeWindowPlotData extends G2dData
Title: CWMS Development Description: Copyright: Copyright (c) 2001 Company: Resource Management Assoc.
See Also:
  • Constructor Details

    • TimeWindowPlotData

      public TimeWindowPlotData(RunTimeWindow window, TimeZone tz)
    • TimeWindowPlotData

      public TimeWindowPlotData(RunTimeWindow window, int hourlyOffsetFromGmt)
  • Method Details

    • setName

      public void setName(String n)
      Overrides:
      setName in class G2dData
    • getTimeWindow

      public RunTimeWindow getTimeWindow()
    • getYAxisName

      public String getYAxisName()
      Description copied from interface: G2dObject
      Returns the name of the y axis
    • getXAxisType

      public int getXAxisType()
      Description copied from interface: G2dObject
      Returns the name of the x axis
    • 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
    • getXAxisName

      public String getXAxisName()
      Description copied from interface: G2dObject
      Returns the name of the x axis
    • getYAxisType

      public int getYAxisType()
      Description copied from interface: G2dObject
      Returns the name of the y axis
    • unload

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

      public void load()
      Description copied from interface: G2dObject
      Causes the object to load its data into memory