Class RotateInfo

java.lang.Object
ucar.unidata.ui.symbol.RotateInfo
All Implemented Interfaces:
Cloneable

public class RotateInfo extends Object implements Cloneable
Holds information on how to rotate around a particular axis.
Version:
$Revision: 1.4 $
Author:
IDV Development Team
  • Field Details

  • Constructor Details

    • RotateInfo

      public RotateInfo()
      default ctor
    • RotateInfo

      public RotateInfo(int type)
      ctor
      Parameters:
      type - Axis type
  • Method Details

    • doClone

      public RotateInfo doClone() throws CloneNotSupportedException
      Throws:
      CloneNotSupportedException
    • setParam

      public void setParam(String value)
      Set the Param property.
      Parameters:
      value - The new value for Param
    • getParam

      public String getParam()
      Get the Param property.
      Returns:
      The Param
    • setUnitName

      public void setUnitName(String name)
      Set the name of the unit. Used by subclasses which have values that can be ed in different units.
      Parameters:
      name - name of unit
    • getUnitName

      public String getUnitName()
      Get the name of the unit.
      Returns:
      String representation of the unit name. May be null.
    • getUnit

      public Unit getUnit()
      Get the the unit.
      Returns:
      Unit used for ing values. May be null.
    • setRange

      public void setRange(Range value)
      Set the Range property.
      Parameters:
      value - The new value for Range
    • getRange

      public Range getRange()
      Get the Range property.
      Returns:
      The Range
    • setDataRange

      public void setDataRange(Range value)
      Set the Range property.
      Parameters:
      value - The new value for Range
    • getDataRange

      public Range getDataRange()
      Get the DataRange property.
      Returns:
      The DataRange
    • setType

      public void setType(int value)
      Set the Type property.
      Parameters:
      value - The new value for Type
    • getType

      public int getType()
      Get the Type property.
      Returns:
      The Type