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 boolean
equals(Object obj)
int
hashCode()
List<AnimationPropertyKey>
properties()
Returns the animation properties related to the collection.AnimationType
type()
Returns the animation type related to the property.String
value()
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:AnimationCollectionKey
Returns the animation properties related to the collection.- Specified by:
properties
in interfaceAnimationCollectionKey
- Returns:
- the animation properties related to the collection
-
type
public final AnimationType type()
Description copied from interface:IsTypedAnimationKey
Returns the animation type related to the property.- Specified by:
type
in interfaceIsTypedAnimationKey
- Returns:
- the animation type related to the property
-
-