Package ucar.unidata.idv.control
Class LocationIndicatorControl.AxisInfo
java.lang.Object
ucar.unidata.idv.control.LocationIndicatorControl.AxisInfo
- Enclosing class:
LocationIndicatorControl
Holds state about an axis
- Version:
- $Revision: 1.46 $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Toggle visibility of sub-componentsint
getClip()
Get the Clip property.int
_more_int
getIndex()
Get the Index property.boolean
Get the label Visible property.boolean
getMove()
Get the Move property.boolean
Get the ShowLines property.boolean
getSolid()
Get the Solid property.boolean
Get the Visible property.void
Create displayablesvoid
setClip
(int value) Set the Clip property.void
setIndex
(int value) Set the Index property.void
Set the position of the labelvoid
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.
-
Constructor Details
-
AxisInfo
public AxisInfo()Ctor -
AxisInfo
Ctor- Parameters:
lic
- The control
-
-
Method Details
-
initDisplayables
Create displayables- Throws:
RemoteException
- On badnessVisADException
- On badness
-
checkVisibility
public void checkVisibility()Toggle visibility of sub-components -
setLabelPosition
Set the position of the label- Throws:
RemoteException
- On badnessVisADException
- On badness
-
setShowLines
public void setShowLines(boolean value) Set the ShowLines property.- Parameters:
value
- The new value for ShowLines
-
getShowLines
public boolean getShowLines()Get the ShowLines property.- Returns:
- The ShowLines
-
setClip
public void setClip(int value) Set the Clip property.- Parameters:
value
- The new value for Clip
-
getClipCoefficient
public int getClipCoefficient()_more_- Returns:
- _more_
-
getClip
public int getClip()Get the Clip property.- Returns:
- The Clip
-
setIndex
public void setIndex(int value) Set the Index property.- Parameters:
value
- The new value for Index
-
getIndex
public int getIndex()Get the Index property.- Returns:
- The Index
-
setVisible
public void setVisible(boolean value) Set the Visible property.- Parameters:
value
- The new value for Visible
-
getVisible
public boolean getVisible()Get the Visible property.- Returns:
- The Visible
-
setLabelVisible
public void setLabelVisible(boolean value) Set the label Visible property.- Parameters:
value
- The new value
-
getLabelVisible
public boolean getLabelVisible()Get the label Visible property.- Returns:
- The label visible
-
setMove
public void setMove(boolean value) Set the Move property.- Parameters:
value
- The new value for Move
-
getMove
public boolean getMove()Get the Move property.- Returns:
- The Move
-
setSolid
public void setSolid(boolean value) Set the Solid property.- Parameters:
value
- The new value for Solid
-
getSolid
public boolean getSolid()Get the Solid property.- Returns:
- The Solid
-