|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolAxis
public class ToolAxis
Title: ToolAxis class
Description: Base abstract class for Tool components with an Axis method.
Copyright (c) 2005-2008 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 |
Constructor Summary | |
---|---|
ToolAxis()
|
|
ToolAxis(Axis a)
|
|
ToolAxis(IBaseChart c)
|
Method Summary | |
---|---|
Axis |
getAxis()
The axis to which a Tool will belong. Default value: null |
ChartPen |
getPen()
Element Pen characteristics. |
void |
setAxis(Axis value)
Sets the axis to which a Tool will belong. Default value: null |
Methods inherited from class com.steema.teechart.tools.Tool |
---|
addMouseMotionListener, chartEvent, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, getDescription, getSummary, mouseEvent, readResolve, removeMouseMotionListener, setActive, setChart, toString |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Axis iAxis
Constructor Detail |
---|
public ToolAxis()
public ToolAxis(IBaseChart c)
public ToolAxis(Axis a)
Method Detail |
---|
public ChartPen getPen()
public Axis getAxis()
public void setAxis(Axis value)
value
- Axis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |