Uses of Interface
org.pepstock.charba.client.options.AnimationPropertyKey
-
Packages that use AnimationPropertyKey Package Description org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of AnimationPropertyKey in org.pepstock.charba.client.commons
Fields in org.pepstock.charba.client.commons declared as AnimationPropertyKey Modifier and Type Field Description static AnimationPropertyKey[]ArrayUtil. EMPTY_ANIMATION_PROPERTY_ARRAYAn empty immutableAnimationPropertyKeyarray.Methods in org.pepstock.charba.client.commons that return AnimationPropertyKey Modifier and Type Method Description static AnimationPropertyKey[]ArrayUtil. toAnimationProperties(List<AnimationPropertyKey> list)Returns an array of dates from a list.Method parameters in org.pepstock.charba.client.commons with type arguments of type AnimationPropertyKey Modifier and Type Method Description static AnimationPropertyKey[]ArrayUtil. toAnimationProperties(List<AnimationPropertyKey> list)Returns an array of dates from a list. -
Uses of AnimationPropertyKey in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return types with arguments of type AnimationPropertyKey Modifier and Type Method Description List<AnimationPropertyKey>IsDefaultAnimationCollection. getProperties()Returns the properties defined in the animation collection. -
Uses of AnimationPropertyKey in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart that return types with arguments of type AnimationPropertyKey Modifier and Type Method Description List<AnimationPropertyKey>DefaultChartAnimationCollection. getProperties() -
Uses of AnimationPropertyKey in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return types with arguments of type AnimationPropertyKey Modifier and Type Method Description List<AnimationPropertyKey>DefaultAnimationCollection. getProperties() -
Uses of AnimationPropertyKey in org.pepstock.charba.client.enums
Classes in org.pepstock.charba.client.enums that implement AnimationPropertyKey Modifier and Type Class Description classDefaultAnimationPropertyKeyCores animation properties, to use to animate, provided out of the box by CHART.JS.Methods in org.pepstock.charba.client.enums that return types with arguments of type AnimationPropertyKey Modifier and Type Method Description List<AnimationPropertyKey>DefaultAnimationCollectionKey. properties()List<AnimationPropertyKey>DefaultAnimationPropertyKey. properties()Methods in org.pepstock.charba.client.enums with parameters of type AnimationPropertyKey Modifier and Type Method Description static booleanDefaultAnimationPropertyKey. is(AnimationPropertyKey property)Returnstrueif the argument is equals to a default animation property. -
Uses of AnimationPropertyKey in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return AnimationPropertyKey Modifier and Type Method Description static AnimationPropertyKeyAnimationPropertyKey. checkAndGetIfValid(AnimationPropertyKey property)Checks if property passed as argument is notnulland its value is notnullas well.
If not, throw aIllegalArgumentException, otherwise it returns the key.static AnimationPropertyKeyAnimationPropertyKey. create(String property, AnimationType type)Returns a animation property instance by its string value.Methods in org.pepstock.charba.client.options that return types with arguments of type AnimationPropertyKey Modifier and Type Method Description List<AnimationPropertyKey>AnimationCollection. getProperties()Returns the properties defined in the animation collection.List<AnimationPropertyKey>AnimationCollectionKey. properties()Returns the animation properties related to the collection.Methods in org.pepstock.charba.client.options with parameters of type AnimationPropertyKey Modifier and Type Method Description static AnimationPropertyKeyAnimationPropertyKey. checkAndGetIfValid(AnimationPropertyKey property)Checks if property passed as argument is notnulland its value is notnullas well.
If not, throw aIllegalArgumentException, otherwise it returns the key.static voidAnimationPropertyKey. checkIfValid(AnimationPropertyKey property)Checks if type passed as argument is notnulland its type is notnullas well.
If not, throw aIllegalArgumentException.static AnimationCollectionKeyAnimationCollectionKey. create(String collection, AnimationPropertyKey... properties)Returns a animation collection instance by its string value.static booleanAnimationPropertyKey. isValid(AnimationPropertyKey property)Returnstrueif type passed as argument is notnulland its type is notnullas well.voidAnimationCollection. setProperties(AnimationPropertyKey... properties)Sets the properties to be defined in the animation collection.Method parameters in org.pepstock.charba.client.options with type arguments of type AnimationPropertyKey Modifier and Type Method Description voidAnimationCollection. setProperties(List<AnimationPropertyKey> properties)Sets the properties to be defined in the animation collection.
-