com.steema.teechart.tools
Class ToolAxis

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.ToolAxis
Direct Known Subclasses:
AxisArrow, AxisBreaksTool, ColorBand, ColorLine, GridBand

public class ToolAxis
extends Tool

Title: ToolAxis class

Description: Base abstract class for Tool components with an Axis method.

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

Company: Steema Software SL


Field Summary
protected  Axis iAxis
           
 
Fields inherited from class com.steema.teechart.tools.Tool
bBrush, clickTolerance, listenerList, pPen
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
ToolAxis()
           
ToolAxis(Axis a)
           
ToolAxis(IBaseChart c)
           
 
Method Summary
 void checkDrawHidden(Series series, int tmpIndex)
           
 Axis getAxis()
          The axis to which a Tool will belong.
 ChartPen getPen()
          Element Pen characteristics.
 void setAxis(Axis value)
          Sets the axis to which a Tool will belong.
 
Methods inherited from class com.steema.teechart.tools.Tool
chartEvent, dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getDescription, getSummary, mouseEvent, readResolve, setActive, setChart, toString
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iAxis

protected Axis iAxis
Constructor Detail

ToolAxis

public ToolAxis()

ToolAxis

public ToolAxis(IBaseChart c)

ToolAxis

public ToolAxis(Axis a)
Method Detail

checkDrawHidden

public void checkDrawHidden(Series series,
                            int tmpIndex)

getPen

public ChartPen getPen()
Element Pen characteristics.

Returns:
ChartPen

getAxis

public Axis getAxis()
The axis to which a Tool will belong.
Default value: null

Returns:
Axis

setAxis

public void setAxis(Axis value)
Sets the axis to which a Tool will belong.
Default value: null

Parameters:
value - Axis