|
||||||||||
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
com.steema.teechart.tools.AxisArrow
public class AxisArrow
Title: AxisArrow class
Description: Axis Arrow tool.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.tools.ToolAxis |
---|
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 | |
---|---|
AxisArrow()
|
|
AxisArrow(Axis a)
|
|
AxisArrow(IBaseChart c)
|
Method Summary | |
---|---|
void |
chartEvent(ChartDrawEvent ce)
|
ChartBrush |
getBrush()
Element Brush characteristics. |
java.lang.String |
getDescription()
Gets descriptive text. |
int |
getLength()
The length of the Arrows. |
AxisArrowPosition |
getPosition()
The position where the arrows are drawn on the Axis. |
boolean |
getScrollInverted()
Reverses direction of applied Axis Arrow scroll. |
int |
getScrollPercent()
The TChart scroll rate as percentage of the associated axis. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
Cursor |
mouseEvent(FrameworkMouseEvent e,
Cursor c)
|
void |
setLength(int value)
Sets the length of the Arrows. |
void |
setPosition(AxisArrowPosition value)
Determines where the arrows are drawn on the Axis. |
void |
setScrollInverted(boolean value)
Reverses direction of applied Axis Arrow scroll. |
void |
setScrollPercent(int value)
Sets TChart scroll rate as percentage of the associated axis. |
Methods inherited from class com.steema.teechart.tools.ToolAxis |
---|
checkDrawHidden, getAxis, getPen, setAxis |
Methods inherited from class com.steema.teechart.tools.Tool |
---|
dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, 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 |
Constructor Detail |
---|
public AxisArrow()
public AxisArrow(IBaseChart c)
public AxisArrow(Axis a)
Method Detail |
---|
public int getLength()
public void setLength(int value)
value
- intpublic AxisArrowPosition getPosition()
public void setPosition(AxisArrowPosition value)
value
- AxisArrowPositionpublic ChartBrush getBrush()
public void chartEvent(ChartDrawEvent ce)
chartEvent
in class Tool
public java.lang.String getDescription()
getDescription
in class Tool
public java.lang.String getSummary()
getSummary
in class Tool
public Cursor mouseEvent(FrameworkMouseEvent e, Cursor c)
mouseEvent
in class Tool
public int getScrollPercent()
public void setScrollPercent(int value)
value
- intpublic boolean getScrollInverted()
public void setScrollInverted(boolean value)
value
- boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |