Package hec.gfx2d

Class DataTypeProperties

java.lang.Object
hec.gfx2d.DataTypeProperties
All Implemented Interfaces:
Cloneable

public class DataTypeProperties extends Object implements Cloneable
Title: General CWMS Project Description: Copyright: Copyright (c) 2000 Company: RMA
  • Field Details

  • Constructor Details

    • DataTypeProperties

      public DataTypeProperties()
      Constructor for the DataTypeProperties object
    • DataTypeProperties

      public DataTypeProperties(DataTypeProperties props)
      Constructor for the DataTypeProperties object
      Parameters:
      props - Description
  • Method Details

    • getDefaultMaxAxisValue

      public double getDefaultMaxAxisValue()
      Method Description
      Returns:
      Description
    • setDefaultMaxAxisValue

      public void setDefaultMaxAxisValue(double defaultMaxAxisValue)
      Sets the DefaultMaxAxisValue attribute of the DataTypeProperties object
      Parameters:
      defaultMaxAxisValue - The new DefaultMaxAxisValue value
    • setDefaultMinAxisValue

      public void setDefaultMinAxisValue(double defaultMinAxisValue)
      Sets the DefaultMinAxisValue attribute of the DataTypeProperties object
      Parameters:
      defaultMinAxisValue - The new DefaultMinAxisValue value
    • setHasDefaultMaxAxisValue

      public void setHasDefaultMaxAxisValue(boolean hasDefaultMaxAxisValue)
      Sets the UseDefaultMaxAxisValue attribute of the DataTypeProperties object
      Parameters:
      hasDefaultMaxAxisValue - The new UseDefaultMaxAxisValue value
    • setHasDefaultMinAxisValue

      public void setHasDefaultMinAxisValue(boolean hasDefaultMinAxisValue)
      Sets the UseDefaultMinAxisValue attribute of the DataTypeProperties object
      Parameters:
      hasDefaultMinAxisValue - The new UseDefaultMinAxisValue value
    • setYAxisReversed

      public void setYAxisReversed(boolean yAxisReversed)
      Sets the YAxisReversed attribute of the DataTypeProperties object
      Parameters:
      yAxisReversed - The new YAxisReversed value
    • getDefaultMinAxisValue

      public double getDefaultMinAxisValue()
      Gets the DefaultMinAxisValue attribute of the DataTypeProperties object
      Returns:
      The DefaultMinAxisValue value
    • hasDefaultMaxAxisValue

      public boolean hasDefaultMaxAxisValue()
      Gets the UsingDefaultMaxAxisValue attribute of the DataTypeProperties object
      Returns:
      The UsingDefaultMaxAxisValue value
    • hasViewportWeight

      public boolean hasViewportWeight()
    • setHasViewportWeight

      public void setHasViewportWeight(boolean hasWeight)
    • hasDefaultMinAxisValue

      public boolean hasDefaultMinAxisValue()
      Gets the UsingDefaultMinAxisValue attribute of the DataTypeProperties object
      Returns:
      The UsingDefaultMinAxisValue value
    • isYAxisReversed

      public boolean isYAxisReversed()
      Gets the YAxisReversed attribute of the DataTypeProperties object
      Returns:
      The YAxisReversed value
    • getDssType

      public String getDssType()
      Gets the DssType attribute of the DataTypeProperties object
      Returns:
      The DssType value
    • setDssType

      public void setDssType(String dssType)
      Sets the DssType attribute of the DataTypeProperties object
      Parameters:
      dssType - The new DssType value
    • setName

      public void setName(String name)
      Sets the Name attribute of the DataTypeProperties object
      Parameters:
      name - The new Name value
    • setParameter

      public void setParameter(String parameter)
      Sets the Parameter attribute of the DataTypeProperties object
      Parameters:
      parameter - The new Parameter value
    • getName

      public String getName()
      Gets the Name attribute of the DataTypeProperties object
      Returns:
      The Name value
    • getParameter

      public String getParameter()
      Gets the Parameter attribute of the DataTypeProperties object
      Returns:
      The Parameter value
    • setViewportWeight

      public void setViewportWeight(double viewportWeight)
    • getViewportWeight

      public double getViewportWeight()
    • writeProperties

      public void writeProperties(BufferedWriter writer)
      Method Description
      Parameters:
      writer - Description
    • clone

      public Object clone()
      Method Description
      Overrides:
      clone in class Object
      Returns:
      Description