public class RotateInfo
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_X
which axis
|
static int |
TYPE_Y
which axis
|
static int |
TYPE_Z
which axis
|
static int[] |
TYPES
which axis
|
Constructor and Description |
---|
RotateInfo()
default ctor
|
RotateInfo(int type)
ctor
|
Modifier and Type | Method and Description |
---|---|
RotateInfo |
doClone() |
Range |
getDataRange()
Get the DataRange property.
|
java.lang.String |
getParam()
Get the Param property.
|
Range |
getRange()
Get the Range property.
|
int |
getType()
Get the Type property.
|
visad.Unit |
getUnit()
Get the the unit.
|
java.lang.String |
getUnitName()
Get the name of the unit.
|
void |
setDataRange(Range value)
Set the Range property.
|
void |
setParam(java.lang.String value)
Set the Param property.
|
void |
setRange(Range value)
Set the Range property.
|
void |
setType(int value)
Set the Type property.
|
void |
setUnitName(java.lang.String name)
Set the name of the unit.
|
public static final int TYPE_X
public static final int TYPE_Y
public static final int TYPE_Z
public static final int[] TYPES
public RotateInfo()
public RotateInfo(int type)
type
- Axis typepublic RotateInfo doClone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void setParam(java.lang.String value)
value
- The new value for Parampublic java.lang.String getParam()
public void setUnitName(java.lang.String name)
name
- name of unitpublic java.lang.String getUnitName()
null
.public visad.Unit getUnit()
null
.public void setRange(Range value)
value
- The new value for Rangepublic Range getRange()
public void setDataRange(Range value)
value
- The new value for Rangepublic Range getDataRange()
public void setType(int value)
value
- The new value for Typepublic int getType()