Package hec.gfx2d

Class DefaultG2dObject

All Implemented Interfaces:
G2dObject, Serializable

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

    • DefaultG2dObject

      public DefaultG2dObject()
  • Method Details

    • 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
    • load

      public void load()
      Description copied from interface: G2dObject
      Causes the object to load its data into memory
    • 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