ucar.unidata.idv.control
Class LocationIndicatorControl.AxisInfo

java.lang.Object
  extended by ucar.unidata.idv.control.LocationIndicatorControl.AxisInfo
Enclosing class:
LocationIndicatorControl

public static class LocationIndicatorControl.AxisInfo
extends Object

Holds state about an axis

Version:
$Revision: 1.46 $
Author:
IDV Development Team

Constructor Summary
LocationIndicatorControl.AxisInfo()
          Ctor
LocationIndicatorControl.AxisInfo(LocationIndicatorControl lic)
          Ctor
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationIndicatorControl.AxisInfo

public LocationIndicatorControl.AxisInfo()
Ctor


LocationIndicatorControl.AxisInfo

public LocationIndicatorControl.AxisInfo(LocationIndicatorControl lic)
Ctor

Parameters:
lic - The control
Method Detail

initDisplayables

public void initDisplayables()
                      throws VisADException,
                             RemoteException
Create displayables

Throws:
RemoteException - On badness
VisADException - On badness

checkVisibility

public void checkVisibility()
Toggle visibility of sub-components


setLabelPosition

public void setLabelPosition()
                      throws VisADException,
                             RemoteException
Set the position of the label

Throws:
RemoteException - On badness
VisADException - 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