|
||||||||||
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.ToolSeries
com.steema.teechart.tools.PieTool
public class PieTool
Title: PieTool class
Description: Pie Slices tool.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.tools.ToolSeries |
---|
iSeries |
Fields inherited from class com.steema.teechart.tools.Tool |
---|
bBrush, clickTolerance, listenerList, pPen |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart |
Constructor Summary | |
---|---|
PieTool()
|
|
PieTool(IBaseChart c)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets descriptive text. |
ChartPen |
getPen()
Element Pen characteristics. |
int |
getSlice()
Returns the currently focused slice. |
PieToolStyle |
getStyle()
Makes the pie tool draw a border around the focused pie slice. Set Style to Explode to explode and un-explode the focused slice. Default value: PieToolStyle.Focus |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
java.awt.Cursor |
mouseEvent(FrameworkMouseEvent e,
java.awt.Cursor c)
|
void |
setStyle(PieToolStyle value)
Makes the pie tool draw a border around the focused pie slice. Default value: PieToolStyle.Focus |
Methods inherited from class com.steema.teechart.tools.ToolSeries |
---|
getHorizAxis, getSeries, getVertAxis, setSeries |
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 PieTool()
public PieTool(IBaseChart c)
Method Detail |
---|
public java.lang.String getDescription()
getDescription
in class Tool
public java.lang.String getSummary()
getSummary
in class Tool
public java.awt.Cursor mouseEvent(FrameworkMouseEvent e, java.awt.Cursor c)
mouseEvent
in class Tool
public int getSlice()
public PieToolStyle getStyle()
public void setStyle(PieToolStyle value)
value
- PieToolStylepublic ChartPen getPen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |