Class StandardAnimationProperty
- java.lang.Object
-
- org.pepstock.charba.client.options.StandardAnimationProperty
-
- All Implemented Interfaces:
Key,AnimationCollectionKey,AnimationPropertyKey,IsTypedAnimationKey
public final class StandardAnimationProperty extends Object implements AnimationPropertyKey
This is a standard implementation of an animation property.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()List<AnimationPropertyKey>properties()Returns the animation properties related to the collection.AnimationTypetype()Returns the animation type related to the property.Stringvalue()Returns the name value of property-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pepstock.charba.client.options.IsTypedAnimationKey
type
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
properties
public List<AnimationPropertyKey> properties()
Description copied from interface:AnimationCollectionKeyReturns the animation properties related to the collection.- Specified by:
propertiesin interfaceAnimationCollectionKey- Returns:
- the animation properties related to the collection
-
type
public final AnimationType type()
Description copied from interface:IsTypedAnimationKeyReturns the animation type related to the property.- Specified by:
typein interfaceIsTypedAnimationKey- Returns:
- the animation type related to the property
-
-