Package hec.gfx2d.dss

Class LocalDSSData

All Implemented Interfaces:
G2dDssObject, G2dObject, Serializable
Direct Known Subclasses:
LocalDSSTimeSeriesCollection

public abstract class LocalDSSData extends G2dData implements G2dDssObject
Simple data object for holding an array for ploting.
See Also:
  • Constructor Details

  • Method Details

    • size

      public abstract int size()
      size returns the number of valid data points
    • getXAxisName

      public String getXAxisName()
      Returns the name of the x axis
      Specified by:
      getXAxisName in interface G2dObject
    • getYAxisName

      public String getYAxisName()
      Returns the name of the y axis
      Specified by:
      getYAxisName in interface G2dObject
    • setXAxisType

      public void setXAxisType(int xAxis)
      set the x axis type
    • getXAxisType

      public int getXAxisType()
      Returns the name of the x axis
      Specified by:
      getXAxisType in interface G2dObject
    • setYAxisType

      public void setYAxisType(int yAxis)
      set the y axis type
    • getYAxisType

      public int getYAxisType()
      Returns the name of the y axis
      Specified by:
      getYAxisType in interface G2dObject
    • getBounds

      public abstract WorldRect getBounds()
      Returns the extents of the object in world coordinates
      Specified by:
      getBounds in interface G2dObject
      Specified by:
      getBounds in class G2dData
    • getDSSIdentifer

      public DSSIdentifier getDSSIdentifer()
      return the DSSIdentifier
      Specified by:
      getDSSIdentifer in interface G2dDssObject