Uses of Interface
org.pepstock.charba.client.options.TransitionKey
-
Packages that use TransitionKey Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).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.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of TransitionKey in org.pepstock.charba.client
Fields in org.pepstock.charba.client declared as TransitionKey Modifier and Type Field Description static TransitionKeyUpdateConfiguration. UPDATEDefault animation mode key, used for chart updating.Methods in org.pepstock.charba.client with parameters of type TransitionKey Modifier and Type Method Description default voidController. onAfterUpdate(ControllerContext context, IsChart chart, TransitionKey mode)Called after it updates the elements in response to new data.default voidController. onBeforeUpdate(ControllerContext context, IsChart chart, TransitionKey mode)Called before it updates the elements in response to new data.voidAbstractChart. reconfigure(TransitionKey mode)Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.voidIsChart. reconfigure(TransitionKey mode)Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.voidAbstractChart. update(TransitionKey mode)Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.voidIsChart. update(TransitionKey mode)Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A config object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. -
Uses of TransitionKey in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return TransitionKey Modifier and Type Method Description TransitionKeyAbstractDatasetContext. getMode()Returns the update mode. -
Uses of TransitionKey in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type TransitionKey Modifier and Type Method Description AnimationTransitionTransitions. create(TransitionKey transition)Creates an animation transition instance and stores in the animation options.AnimationTransitionTransitions. get(TransitionKey transition)Returns an animation transition instance if stored in the animation options.booleanTransitions. has(TransitionKey transition)Returnstrueif an animation transition instance is stored in the animation options.voidTransitions. remove(TransitionKey transition)Removes an animation transition previously added.voidTransitions. set(TransitionKey transition, AnimationTransition animationTransition)Sets an animation transition instance to store in the animation options. -
Uses of TransitionKey in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults with parameters of type TransitionKey Modifier and Type Method Description IsDefaultAnimationTransitionIsDefaultTransitions. get(TransitionKey transition)Returns an animation transition instance if stored in the animation options.booleanIsDefaultTransitions. has(TransitionKey transition)Returnstrueif an animation transition instance is stored in the animation options. -
Uses of TransitionKey in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart with parameters of type TransitionKey Modifier and Type Method Description IsDefaultAnimationTransitionDefaultChartTransitions. get(TransitionKey transition)booleanDefaultChartTransitions. has(TransitionKey transition) -
Uses of TransitionKey in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals with parameters of type TransitionKey Modifier and Type Method Description IsDefaultAnimationTransitionDefaultTransitions. get(TransitionKey transition)booleanDefaultTransitions. has(TransitionKey transition) -
Uses of TransitionKey in org.pepstock.charba.client.enums
Classes in org.pepstock.charba.client.enums that implement TransitionKey Modifier and Type Class Description classDefaultTransitionKeyCores animation update modes (transition) provided out of the box by CHART.JS.Methods in org.pepstock.charba.client.enums with parameters of type TransitionKey Modifier and Type Method Description static booleanDefaultTransitionKey. is(TransitionKey mode)Returnstrueif the argument is equals to a default animation mode. -
Uses of TransitionKey in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets with parameters of type TransitionKey Modifier and Type Method Description voidAbstractChartWidget. reconfigure(TransitionKey mode)voidAbstractChartWidget. update(TransitionKey mode) -
Uses of TransitionKey in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return TransitionKey Modifier and Type Method Description TransitionKeyPluginUpdateArgument. getMode()Returns the update mode. -
Uses of TransitionKey in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return TransitionKey Modifier and Type Method Description static TransitionKeyTransitionKey. checkAndGetIfValid(TransitionKey transition)Checks if mode passed as argument is notnull.
If not, throw aIllegalArgumentException, otherwise it returns the argument.static TransitionKeyTransitionKey. create(String transition)Returns a animation update mode (transition) instance by its string value.Methods in org.pepstock.charba.client.options with parameters of type TransitionKey Modifier and Type Method Description static TransitionKeyTransitionKey. checkAndGetIfValid(TransitionKey transition)Checks if mode passed as argument is notnull.
If not, throw aIllegalArgumentException, otherwise it returns the argument.static voidTransitionKey. checkIfValid(TransitionKey transition)AnimationTransitionIsTransitions. create(TransitionKey transition)Creates an animation transition instance and stores in the animation options.AnimationTransitionTransitions. create(TransitionKey transition)Creates an animation transition instance and stores in the animation options.AnimationTransitionIsTransitions. get(TransitionKey transition)Returns an animation transition instance if stored in the animation options.AnimationTransitionTransitions. get(TransitionKey transition)Returns an animation transition instance if stored in the animation options.booleanTransitions. has(TransitionKey transition)Returnstrueif an animation transition instance is stored in the animation options.static booleanTransitionKey. isValid(TransitionKey transition)Returnstrueif type passed as argument is notnull.voidIsTransitions. remove(TransitionKey transition)Removes an animation transition previously added.voidTransitions. remove(TransitionKey transition)Removes an animation transition previously added.voidIsTransitions. set(TransitionKey transition, AnimationTransition animationTransition)Sets an animation transition instance to store in the animation options.voidTransitions. set(TransitionKey transition, AnimationTransition animationTransition)Sets an animation transition instance to store in the animation options. -
Uses of TransitionKey in org.pepstock.charba.client.zoom
Fields in org.pepstock.charba.client.zoom declared as TransitionKey Modifier and Type Field Description static TransitionKeyZoomPlugin. ZOOM_TRANSITION_MODECustom transition mode to update the chart by API, "zoom".Methods in org.pepstock.charba.client.zoom with parameters of type TransitionKey Modifier and Type Method Description static voidZoomPlugin. pan(IsChart chart, double amount, TransitionKey transition)Pans the chart on demand, programmatically.static voidZoomPlugin. pan(IsChart chart, Amount amount, TransitionKey transition)Pans the chart on demand, programmatically.static voidZoomPlugin. reset(IsChart chart, TransitionKey transition)Reset the zoom of chart whenZoomPluginis activated.static voidZoomPlugin. zoom(IsChart chart, double amount, TransitionKey transition)Zooms the chart on demand, programmatically.static voidZoomPlugin. zoom(IsChart chart, Amount amount, TransitionKey transition)Zooms the chart on demand, programmatically.static voidZoomPlugin. zoomRect(IsChart chart, ZoomPoint p0, ZoomPoint p1, TransitionKey transition)Zooms the chart for a specific rectangle, programmatically.static voidZoomPlugin. zoomScale(IsChart chart, ScaleId scaleId, ScaleRange range, TransitionKey transition)Zooms the chart scale on demand, programmatically.
-