|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEObject
de.cbse.jeasy.JEAnimation
public class JEAnimation
Implements properties used for animation of Color changes and collapsing/expanding panes. It is used in TaskPane to expand and collapse smoothly. When colors are defined for rollover, the changes will follow the property values.
Properties :
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JEAnimation()
|
|
JEAnimation(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEAnimation(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
int |
getDelayMs()
|
int |
getIncrement()
|
int |
getStartInMs()
|
int |
getSteps()
|
void |
init()
Creates Java or SWING objects with the given properties. |
void |
setDelayMs(int delayMs)
|
void |
setIncrement(int increment)
|
void |
setStartInMs(int startInMs)
|
void |
setSteps(int steps)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEAnimation(JELocaleProperties hm)
hm - HashMappublic JEAnimation(JENode jen)
jen - JESaxParserpublic JEAnimation()
| Method Detail |
|---|
public void init()
JEObject
init in class JEObjectpublic int getDelayMs()
public void setDelayMs(int delayMs)
public int getStartInMs()
public void setStartInMs(int startInMs)
public int getIncrement()
public void setIncrement(int increment)
public int getSteps()
public void setSteps(int steps)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||