public static class LocationIndicatorControl.AxisInfo
extends java.lang.Object
| Constructor and Description |
|---|
AxisInfo()
Ctor
|
AxisInfo(LocationIndicatorControl lic)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkVisibility()
Toggle visibility of sub-components
|
int |
getClip()
Get the Clip property.
|
int |
getClipCoefficient()
_more_
|
int |
getIndex()
Get the Index property.
|
boolean |
getLabelVisible()
Get the label Visible property.
|
boolean |
getMove()
Get the Move property.
|
boolean |
getShowLines()
Get the ShowLines property.
|
boolean |
getSolid()
Get the Solid property.
|
boolean |
getVisible()
Get the Visible property.
|
void |
initDisplayables()
Create displayables
|
void |
setClip(int value)
Set the Clip property.
|
void |
setIndex(int value)
Set the Index property.
|
void |
setLabelPosition()
Set the position of the label
|
void |
setLabelVisible(boolean value)
Set the label Visible property.
|
void |
setMove(boolean value)
Set the Move property.
|
void |
setShowLines(boolean value)
Set the ShowLines property.
|
void |
setSolid(boolean value)
Set the Solid property.
|
void |
setVisible(boolean value)
Set the Visible property.
|
public AxisInfo()
public AxisInfo(LocationIndicatorControl lic)
lic - The controlpublic void initDisplayables()
throws visad.VisADException,
java.rmi.RemoteException
java.rmi.RemoteException - On badnessvisad.VisADException - On badnesspublic void checkVisibility()
public void setLabelPosition()
throws visad.VisADException,
java.rmi.RemoteException
java.rmi.RemoteException - On badnessvisad.VisADException - On badnesspublic void setShowLines(boolean value)
value - The new value for ShowLinespublic boolean getShowLines()
public void setClip(int value)
value - The new value for Clippublic int getClipCoefficient()
public int getClip()
public void setIndex(int value)
value - The new value for Indexpublic int getIndex()
public void setVisible(boolean value)
value - The new value for Visiblepublic boolean getVisible()
public void setLabelVisible(boolean value)
value - The new valuepublic boolean getLabelVisible()
public void setMove(boolean value)
value - The new value for Movepublic boolean getMove()
public void setSolid(boolean value)
value - The new value for Solidpublic boolean getSolid()