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

All Known Implementing Classes:
AbstractAnimationPulse, AnimationPulse

public interface OpacityProperties


Field Summary
static double DEFAULT_MAX_OPACITY
           
static double DEFAULT_MIN_OPACITY
           
 
Method Summary
 double getMaxOpacity()
          Max opacity value for animating.
 double getMinOpacity()
          Min opacity value for animating.
 

Field Detail

DEFAULT_MIN_OPACITY

static final double DEFAULT_MIN_OPACITY
See Also:
Constant Field Values

DEFAULT_MAX_OPACITY

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

getMinOpacity

@JSFProperty(deferredValueType="java.lang.Double",
             defaultValue="DEFAULT_MIN_OPACITY")
double getMinOpacity()
Min opacity value for animating. Value should be in the range [0.0, 1.0]. Defaults to 0.5.


getMaxOpacity

@JSFProperty(deferredValueType="java.lang.Double",
             defaultValue="DEFAULT_MAX_OPACITY")
double getMaxOpacity()
Max opacity value for animating. Value should be in the range [0.0, 1.0]. Defaults to 1.0.



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