Package | Description |
---|---|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
Modifier and Type | Method and Description |
---|---|
RotateInfo |
RotateInfo.doClone() |
RotateInfo |
MetSymbol.getRotateInfo(int type)
Get the rotate info object for the given type.
|
RotateInfo |
MetSymbol.getRotateXInfo()
Get the RotateXInfo property.
|
RotateInfo |
MetSymbol.getRotateYInfo()
Get the RotateYInfo property.
|
RotateInfo |
MetSymbol.getRotateZInfo()
Get the RotateZInfo property.
|
Modifier and Type | Method and Description |
---|---|
void |
MetSymbol.setRotateXInfo(RotateInfo value)
Set the RotateXInfo property.
|
void |
MetSymbol.setRotateYInfo(RotateInfo value)
Set the RotateYInfo property.
|
void |
MetSymbol.setRotateZInfo(RotateInfo value)
Set the RotateZInfo property.
|