|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
float |
convertStringToUnitless(java.lang.String attr,
java.lang.String value)
Convert String attribute to an float value |
java.lang.String |
convertUnitlessToString(java.lang.String attr,
float value)
|
java.lang.String |
getAnimAttribute(java.lang.String attr)
Returns the animated value of attribute attr. |
void |
refreshAnimation()
Refresh element with all the animation values. |
void |
removeAnimAttribute(java.lang.String attr)
The anim attribute value removed with this method allows the DOM attribute value be visible. |
void |
setAnimAttribute(java.lang.String attr,
java.lang.String value)
The attribute value set with this method should take precedence over the DOM attribute value. |
| Method Detail |
public float convertStringToUnitless(java.lang.String attr,
java.lang.String value)
public java.lang.String convertUnitlessToString(java.lang.String attr,
float value)
public java.lang.String getAnimAttribute(java.lang.String attr)
public void setAnimAttribute(java.lang.String attr,
java.lang.String value)
attr - Attribute to be animatedvalue - Animation value to be setpublic void removeAnimAttribute(java.lang.String attr)
attr - Attribute to be animated (animation removed)public void refreshAnimation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||