|
||||||||||
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.Rotate
public class Rotate
Title: Rotate class
Description: Rotate tool.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.tools.Tool |
---|
bBrush, clickTolerance, listenerList, pPen |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart |
Constructor Summary | |
---|---|
Rotate()
|
|
Rotate(IBaseChart c)
|
Method Summary | |
---|---|
static double |
elevationChange(boolean fullRotation,
double value,
double delta)
|
static Pie |
firstSeriesPie(IBaseChart c)
|
int |
getButton()
Defines which mousebutton activates the TTeeCustomTool. |
java.lang.String |
getDescription()
Gets descriptive text. |
boolean |
getInverted()
Inverts the direction of Rotation and Elevation. |
ChartPen |
getPen()
Element Pen characteristics. |
RotateStyle |
getStyle()
Determines whether mouse action applies to Rotation, Elevation or Both. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
java.awt.Cursor |
mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
|
static double |
rotationChange(boolean fullRotation,
double value,
double delta)
|
void |
setButton(int value)
Defines which mousebutton activates the TTeeCustomTool. |
void |
setInverted(boolean value)
Inverts the direction of Rotation and Elevation. |
void |
setStyle(RotateStyle value)
Determines whether mouse action applies to Rotation, Elevation or Both. |
Methods inherited from class com.steema.teechart.tools.Tool |
---|
addMouseMotionListener, chartEvent, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, 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 |
Constructor Detail |
---|
public Rotate()
public Rotate(IBaseChart c)
Method Detail |
---|
public boolean getInverted()
public void setInverted(boolean value)
value
- booleanpublic RotateStyle getStyle()
public void setStyle(RotateStyle value)
value
- RotateStylepublic int getButton()
public void setButton(int value)
value
- intpublic java.lang.String getDescription()
getDescription
in class Tool
public java.lang.String getSummary()
getSummary
in class Tool
public static Pie firstSeriesPie(IBaseChart c)
public java.awt.Cursor mouseEvent(java.awt.event.MouseEvent e, java.awt.Cursor c)
mouseEvent
in class Tool
public ChartPen getPen()
public static double rotationChange(boolean fullRotation, double value, double delta)
public static double elevationChange(boolean fullRotation, double value, double delta)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |