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
Tool.ToolListener| Modifier and Type | Field and Description |
|---|---|
protected Axis |
iAxis |
bBrush, clickTolerance, listenerList, pPenchart, InternalUse| Constructor and Description |
|---|
ToolAxis() |
ToolAxis(Axis a) |
ToolAxis(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkDrawHidden(Series series,
int tmpIndex) |
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 |
addMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, getDescription, getSummary, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toStringgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertyprotected Axis iAxis
public ToolAxis()
public ToolAxis(IBaseChart c)
public ToolAxis(Axis a)
public void checkDrawHidden(Series series, int tmpIndex)
public ChartPen getPen()
public Axis getAxis()
public void setAxis(Axis value)
value - Axis