|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.AnimationModel
public class AnimationModel
The AnimationModel class.
Copyright: Copyright (c) 2000-2007
Company: Eltima Software
Field Summary | |
---|---|
static java.lang.String |
KEY_AXIS_H
|
static java.lang.String |
KEY_AXIS_V
|
static java.lang.String |
KEY_FOOTER
|
static java.lang.String |
KEY_GRID
|
static java.lang.String |
KEY_HEADER
|
static java.lang.String |
KEY_LABELS
|
static java.lang.String |
KEY_LEGEND
|
static java.lang.String |
KEY_PLOT
|
static java.lang.String |
KEY_SERIES
|
Constructor Summary | |
---|---|
AnimationModel()
Creates new instance of AnimationModel. |
Method Summary | |
---|---|
int |
getFinishSteps()
Returns the number of finish steps. |
AnimationProperty |
getProperty(java.lang.String key)
Returns AnimationProperty for specified key. |
int |
getSleepStep()
Returns the sleep step. |
int |
getSleepTime()
Returns the sleep time. |
int |
getStepTime()
Returns the step time. |
boolean |
isLooping()
Return true if looping. |
void |
setFinishSteps(int finishSteps)
Sets the number of finish steps. |
void |
setLooping(boolean looping)
Sets the looping. |
void |
setSleepTime(int sleepTime)
Sets the sleep time. |
void |
setStepTime(int stepTime)
Sets the step time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KEY_HEADER
public static final java.lang.String KEY_FOOTER
public static final java.lang.String KEY_PLOT
public static final java.lang.String KEY_GRID
public static final java.lang.String KEY_AXIS_V
public static final java.lang.String KEY_AXIS_H
public static final java.lang.String KEY_SERIES
public static final java.lang.String KEY_LABELS
public static final java.lang.String KEY_LEGEND
Constructor Detail |
---|
public AnimationModel()
Method Detail |
---|
public AnimationProperty getProperty(java.lang.String key)
key
- String
public int getSleepStep()
public int getSleepTime()
public int getStepTime()
public void setSleepTime(int sleepTime)
sleepTime
- intpublic void setStepTime(int stepTime)
stepTime
- intpublic int getFinishSteps()
public void setFinishSteps(int finishSteps)
finishSteps
- intpublic boolean isLooping()
public void setLooping(boolean looping)
looping
- boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |