|
||||||||||
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.SeriesAnimation
public class SeriesAnimation
Title: SeriesAnimation class
Description: Series Animation tool.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected NumberResolver |
customStep
|
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 | |
---|---|
SeriesAnimation()
|
|
SeriesAnimation(IBaseChart c)
|
|
SeriesAnimation(Series s)
|
Method Summary | |
---|---|
void |
execute()
|
java.lang.String |
getDescription()
Gets descriptive text. |
int |
getDrawEvery()
Determines the points to perform animation on. |
boolean |
getStartAtMin()
Changes all series point values to the lowest series value. |
double |
getStartValue()
All series points from when the animation starts. |
int |
getSteps()
Number of animation steps. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
protected java.lang.Object |
readResolve()
|
void |
removeStepResolver()
|
void |
setDrawEvery(int value)
Determines the points to perform animation on. |
void |
setStartAtMin(boolean value)
Changes all series point values to the lowest series value. |
void |
setStartValue(double value)
Sets all series points from when the animation starts. |
void |
setStepResolver(NumberResolver resolver)
|
void |
setSteps(int value)
Number of animation steps. |
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, mouseEvent, removeMouseMotionListener, 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 |
Field Detail |
---|
protected transient NumberResolver customStep
Constructor Detail |
---|
public SeriesAnimation(Series s)
public SeriesAnimation()
public SeriesAnimation(IBaseChart c)
Method Detail |
---|
public void setStepResolver(NumberResolver resolver)
public void removeStepResolver()
protected java.lang.Object readResolve()
readResolve
in class Tool
public java.lang.String getDescription()
getDescription
in class Tool
public java.lang.String getSummary()
getSummary
in class Tool
public void execute() throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.IllegalAccessException
public int getDrawEvery()
public void setDrawEvery(int value)
value
- intpublic boolean getStartAtMin()
public void setStartAtMin(boolean value)
value
- booleanpublic double getStartValue()
public void setStartValue(double value)
value
- doublepublic int getSteps()
public void setSteps(int value)
value
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |