public abstract class AnimateProperty extends Animate
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
newProperties |
protected java.util.Map |
oldProperties |
currentStepIndex, runnable, sleep, stepSize
Constructor and Description |
---|
AnimateProperty(java.util.Map newProperties,
java.lang.Runnable runnable,
int stepSize,
int sleep) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getPropertyValue(Element element) |
void |
step(int stepIndex) |
abstract void |
step(int stepIndex,
Element element,
java.lang.Object oldPropertyValue,
java.lang.Object newPropertyValue) |
protected java.util.Map newProperties
protected java.util.Map oldProperties
public AnimateProperty(java.util.Map newProperties, java.lang.Runnable runnable, int stepSize, int sleep)
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.