org.apache.myfaces.html5.component.properties.animation
Interface ScaleProperties

All Known Implementing Classes:
AbstractAnimationScale, AnimationScale

public interface ScaleProperties


Field Summary
static double DEFAULT_MAX_SIZE
           
static double DEFAULT_MIN_SIZE
           
 
Method Summary
 double getMaxSize()
          The maximum extreme point value to scale the ClientBehaviorHolder during the animation.
Defaults to 1 (back to original size).
 double getMinSize()
          The minimum extreme point value to scale the ClientBehaviorHolder during the animation.
Defaults to 0.5.
 

Field Detail

DEFAULT_MIN_SIZE

static final double DEFAULT_MIN_SIZE
See Also:
Constant Field Values

DEFAULT_MAX_SIZE

static final double DEFAULT_MAX_SIZE
See Also:
Constant Field Values
Method Detail

getMinSize

@JSFProperty(deferredValueType="java.lang.Double",
             defaultValue="DEFAULT_MIN_SIZE")
double getMinSize()
The minimum extreme point value to scale the ClientBehaviorHolder during the animation.
Defaults to 0.5.


getMaxSize

@JSFProperty(deferredValueType="java.lang.Double",
             defaultValue="DEFAULT_MAX_SIZE")
double getMaxSize()
The maximum extreme point value to scale the ClientBehaviorHolder during the animation.
Defaults to 1 (back to original size).



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.