public class AnimateResize extends AnimateProperty
newProperties, oldProperties
currentStepIndex, runnable, sleep, stepSize
Constructor and Description |
---|
AnimateResize(java.util.Map newLocations) |
AnimateResize(java.util.Map newBounds,
java.lang.Runnable runnable) |
AnimateResize(java.util.Map newBounds,
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 AnimateResize(java.util.Map newLocations)
public AnimateResize(java.util.Map newBounds, java.lang.Runnable runnable)
public AnimateResize(java.util.Map newBounds, 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.