com.steema.teechart.axis
Class NextAxisLabelValue

java.lang.Object
  extended by com.steema.teechart.axis.NextAxisLabelValue

public final class NextAxisLabelValue
extends java.lang.Object

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)
           
 
Method Summary
 double getLabelValue()
           
 boolean getStop()
           
 void setLabelValue(double labelValue)
           
 void setStop(boolean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextAxisLabelValue

public NextAxisLabelValue()

NextAxisLabelValue

public NextAxisLabelValue(double labelValue,
                          boolean stop)
Method Detail

setLabelValue

public void setLabelValue(double labelValue)

getLabelValue

public double getLabelValue()

setStop

public void setStop(boolean stop)

getStop

public boolean getStop()