EspressReport
v 5.5

quadbase.ChartAPI
Class QbChartBasic.CAxisRuler

java.lang.Object
  |
  +--quadbase.ChartAPI.QbChartBasic.CAxisRuler
All Implemented Interfaces:
IAxisRuler
Enclosing class:
QbChartBasic

public class QbChartBasic.CAxisRuler
extends java.lang.Object
implements IAxisRuler


Method Summary
 boolean isLabelVisible()
          Checks the boolean state of the axis ruler labels.
 boolean isVisible()
          Returns the boolean state of the Axis Ruler for the particular axis.
 void setLabelVisible(boolean b)
          Sets the ruler label visibility.
 void setVisible(boolean b)
          Sets the ruler visibility to on or off
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isVisible

public final boolean isVisible()
Description copied from interface: IAxisRuler
Returns the boolean state of the Axis Ruler for the particular axis. The axis being checked for depends on the IAxisRuler handle being used.
Specified by:
isVisible in interface IAxisRuler
Following copied from interface: quadbase.util.IAxisRuler
Returns:
true if axis ruler is visible

setVisible

public final void setVisible(boolean b)
Description copied from interface: IAxisRuler
Sets the ruler visibility to on or off
Specified by:
setVisible in interface IAxisRuler
Following copied from interface: quadbase.util.IAxisRuler
Parameters:
value - The boolean state of the axis ruler. True implies visible and false implies hidden

isLabelVisible

public final boolean isLabelVisible()
Description copied from interface: IAxisRuler
Checks the boolean state of the axis ruler labels. Labels can be turned on or off on the axis ruler.
Specified by:
isLabelVisible in interface IAxisRuler
Following copied from interface: quadbase.util.IAxisRuler
Returns:
true if axis ruler label is visible, false otherwise.

setLabelVisible

public final void setLabelVisible(boolean b)
Description copied from interface: IAxisRuler
Sets the ruler label visibility. Labels in a ruler can be turned on or off using this method.
Specified by:
setLabelVisible in interface IAxisRuler
Following copied from interface: quadbase.util.IAxisRuler
Parameters:
value - Set it to true for ruler labels to be displayed.

EspressReport
v 5.5