com.steema.teechart.tools
Class AxisBreak

java.lang.Object
  extended by com.steema.teechart.tools.AxisBreak

public class AxisBreak
extends java.lang.Object

Copyright (c) 2005-2011 by Steema Software SL. All Rights Reserved.


Constructor Summary
AxisBreak()
           
AxisBreak(AxisBreaksTool owner)
           
 
Method Summary
protected  void Assign(AxisBreak t)
           
 boolean getEnabled()
           
 double getEndValue()
           
 double getStartValue()
           
 AxisBreakStyle getStyle()
           
 void setEnabled(boolean value)
           
 void setEndValue(double value)
           
protected  void SetOwner(AxisBreaksTool owner)
           
 void setStartValue(double value)
           
 void setStyle(AxisBreakStyle value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisBreak

public AxisBreak()

AxisBreak

public AxisBreak(AxisBreaksTool owner)
Method Detail

SetOwner

protected void SetOwner(AxisBreaksTool owner)

Assign

protected void Assign(AxisBreak t)

getEndValue

public double getEndValue()

setEndValue

public void setEndValue(double value)

getStartValue

public double getStartValue()

setStartValue

public void setStartValue(double value)

getEnabled

public boolean getEnabled()

setEnabled

public void setEnabled(boolean value)

getStyle

public AxisBreakStyle getStyle()

setStyle

public void setStyle(AxisBreakStyle value)