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