|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.axis.NextAxisLabelValue
public final class NextAxisLabelValue
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor Summary | |
---|---|
NextAxisLabelValue()
|
|
NextAxisLabelValue(double labelValue,
boolean stop)
|
|
NextAxisLabelValue(int labelIndex,
double labelValue,
boolean doStop)
|
Method Summary | |
---|---|
int |
getLabelIndex()
Returns the desired Axis Label index. |
double |
getLabelValue()
Returns the desired Axis Label value. |
boolean |
getStop()
The Stop parameter is false by default, meaning that if it's not set to true the first time this event gets called, TeeChart will draw the default Axis Labels. |
void |
setLabelIndex(int labelIndex)
Specifies the desired Axis Label index. |
void |
setLabelValue(double labelValue)
Specifies the desired Axis Label value. |
void |
setStop(boolean stop)
The Stop parameter is false by default, meaning that if it's not set to true the first time this event gets called, TeeChart will draw the default Axis Labels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NextAxisLabelValue()
public NextAxisLabelValue(double labelValue, boolean stop)
public NextAxisLabelValue(int labelIndex, double labelValue, boolean doStop)
Method Detail |
---|
public void setLabelValue(double labelValue)
labelValue
- doublepublic double getLabelValue()
public void setLabelIndex(int labelIndex)
labelValue
- doublepublic int getLabelIndex()
public void setStop(boolean stop)
stop
- booleanpublic boolean getStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |