Class DefaultAnimations
- java.lang.Object
- 
- org.pepstock.charba.client.defaults.globals.DefaultAnimations
 
- 
- All Implemented Interfaces:
- IsDefaultAnimations
 
 public class DefaultAnimations extends Object implements IsDefaultAnimations CHART.JS default values for ANIMATION element.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Key collection)Returnstrueif an animation collection instance is stored in the animation options.IsDefaultAnimationCollectionget(Key collection)Returns an animation collection instance if stored in the animation options.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultAnimationscontains, get
 
- 
 
- 
- 
- 
Method Detail- 
containspublic boolean contains(Key collection) Description copied from interface:IsDefaultAnimationsReturnstrueif an animation collection instance is stored in the animation options.- Specified by:
- containsin interface- IsDefaultAnimations
- Parameters:
- collection- collection instance used to check in the animation options
- Returns:
- trueif an animation collection instance is stored in the animation options
 
 - 
getpublic IsDefaultAnimationCollection get(Key collection) Description copied from interface:IsDefaultAnimationsReturns an animation collection instance if stored in the animation options.- Specified by:
- getin interface- IsDefaultAnimations
- Parameters:
- collection- collection instance used to get for animation options
- Returns:
- an animation collection instance or nullif does not exists
 
 
- 
 
-