|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.symbol.RotateInfo
public class RotateInfo
Holds information on how to rotate around a particular axis.
| Field Summary | |
|---|---|
static int |
TYPE_X
which axis |
static int |
TYPE_Y
which axis |
static int |
TYPE_Z
which axis |
static int[] |
TYPES
which axis |
| Constructor Summary | |
|---|---|
RotateInfo()
default ctor |
|
RotateInfo(int type)
ctor |
|
| Method Summary | |
|---|---|
RotateInfo |
doClone()
|
Range |
getDataRange()
Get the DataRange property. |
String |
getParam()
Get the Param property. |
Range |
getRange()
Get the Range property. |
int |
getType()
Get the Type property. |
Unit |
getUnit()
Get the the unit. |
String |
getUnitName()
Get the name of the unit. |
void |
setDataRange(Range value)
Set the Range property. |
void |
setParam(String value)
Set the Param property. |
void |
setRange(Range value)
Set the Range property. |
void |
setType(int value)
Set the Type property. |
void |
setUnitName(String name)
Set the name of the unit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_X
public static final int TYPE_Y
public static final int TYPE_Z
public static final int[] TYPES
| Constructor Detail |
|---|
public RotateInfo()
public RotateInfo(int type)
type - Axis type| Method Detail |
|---|
public RotateInfo doClone()
throws CloneNotSupportedException
CloneNotSupportedExceptionpublic void setParam(String value)
value - The new value for Parampublic String getParam()
public void setUnitName(String name)
name - name of unitpublic String getUnitName()
null.public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||