Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Packages that use IsDefaultAnimationTransition Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data 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.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.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.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js. -
-
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsDefaultAnimationTransition Modifier and Type Class Description classChartOptionsThis object is mapping the default options related to the chart type.classGlobalOptionsDefault global options (maps the java script object chart.defaults.global). -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.data
Classes in org.pepstock.charba.client.data that implement IsDefaultAnimationTransition Modifier and Type Class Description classBarDatasetThe bar chart allows a number of properties to be specified for each data set.classBubbleDatasetThe chart allows a number of properties to be specified for each data set.classDatasetThe chart allows a number of properties to be specified for each data set.classDoughnutDatasetThe doughnut chart allows a number of properties to be specified for each dataset.classHorizontalBarDatasetThe horizontal bar chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
Some properties can be specified as an array.
If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on.classHoverDatasetThe chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.classHoverFlexDatasetThis dataset is managing some common properties related to background and border colors where every property can be set as a single value or an array.classLineDatasetThe line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on.classLiningDatasetThe chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
This class collects a set of common field for Line and Radar charts.classPieDatasetThe pie chart allows a number of properties to be specified for each dataset.classPolarAreaDatasetThe polar area chart allows a number of properties to be specified for each dataset.classRadarDatasetThe radar chart allows a number of properties to be specified for each dataset.classScatterDatasetThe scatter chart allows a number of properties to be specified for each dataset.classStackedAreaDatasetThe stacked area chart allows a number of properties to be specified for each dataset.classStackedBarDatasetThe stacked bar area chart allows a number of properties to be specified for each dataset.classStackedHorizontalBarDatasetThe stacked horizontal bar area chart allows a number of properties to be specified for each dataset.classTimeSeriesBarDatasetThe time series bar chart allows a number of properties to be specified for each dataset.classTimeSeriesHorizontalBarDatasetThe time series horizontal bar chart allows a number of properties to be specified for each dataset.classTimeSeriesLineDatasetThe time series line chart allows a number of properties to be specified for each dataset.classVerticalLineDatasetThe vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultAnimationTransition in org.pepstock.charba.client.defaults Modifier and Type Interface Description interfaceIsDefaultAnimationContainerInterface to define animation container defaults.
The animation container defaults is used as internal instance to manage animations options on more configuration items.interfaceIsDefaultOptionsInterface to define options defaults.
THIS IS THE ROOT OF ALL INTERFACE DEFAULTS.interfaceIsDefaultScaledOptionsInterface to define options defaults.interfaceIsDefaultTooltipsInterface to define tooltips object defaults.interfaceIsDefaultTypedDatasetInterface to define datasets object defaults.Methods in org.pepstock.charba.client.defaults that return IsDefaultAnimationTransition Modifier and Type Method Description IsDefaultAnimationTransitionIsDefaultTransitions. get(TransitionKey transition)Returns an animation transition instance if stored in the animation options. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultAnimationTransition Modifier and Type Class Description classDefaultChartAnimationTransitionDefaults for property animation option element.classDefaultChartOptionsDefaults for options element, based on chart type.classDefaultChartTooltipsDefaults for tooltips option element, based on chart type.classDefaultChartTypedDatasetsDefault values for DATASETS element for a specificType.classDefaultGlobalOptionsDefaults for options element, using the defualt global options.
THIS IS THE ROOT OF ALL ELEMENTS DEFAULTS.Methods in org.pepstock.charba.client.defaults.chart that return IsDefaultAnimationTransition Modifier and Type Method Description IsDefaultAnimationTransitionDefaultChartTransitions. get(TransitionKey transition) -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultAnimationTransition Modifier and Type Class Description classAbstractDefaultOptionsAbstract CHART.JS default values for OPTIONS element with all inner elements.classDefaultAnimationTransitionCHART.JS default values for animation collection.classDefaultOptionsCHART.JS default values for OPTIONS element.classDefaultScaledOptionsCHART.JS default values for OPTIONS element for scaled charts.classDefaultTooltipsCHART.JS default values for TOOLTIPS element.classDefaultTypedDatasetCHART.JS default values for DATASETS element.Fields in org.pepstock.charba.client.defaults.globals declared as IsDefaultAnimationTransition Modifier and Type Field Description static IsDefaultAnimationTransitionDefaultTransitions. DEFAULT_ANIMATION_TRANSITIONDefault animation mode element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultAnimationTransition Modifier and Type Method Description IsDefaultAnimationTransitionDefaultTransitions. get(TransitionKey transition) -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement IsDefaultAnimationTransition Modifier and Type Class Description classBubbleMapDatasetIt is aBubbleDatasetwith additional options for bubble map charts.classChoroplethDatasetThe choropleth data set allows a region definition (byFeature) and specific value to be specified. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.impl.charts
Classes in org.pepstock.charba.client.impl.charts that implement IsDefaultAnimationTransition Modifier and Type Class Description classGaugeDatasetThe Gauge chart allows a number of properties to be specified for each dataset.classMeterDatasetThe Meter chart allows a number of properties to be specified for each dataset. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsDefaultAnimationTransition Modifier and Type Class Description classOptionsNodeWrapper of options node of CHART.JS. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.matrix
Classes in org.pepstock.charba.client.matrix that implement IsDefaultAnimationTransition Modifier and Type Class Description classMatrixDatasetThe matrix data set allows to specify the values for showing magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.options
Subinterfaces of IsDefaultAnimationTransition in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceHasAnimationOptionsDefines a configuration element which is managing the animation options items, ANIMATION, ANIMATIONS and TRANSITIONS.Classes in org.pepstock.charba.client.options that implement IsDefaultAnimationTransition Modifier and Type Class Description classAnimationContainerManages the ANIMATION, ANIMATIONS and TRANSITIONS properties of options in order to use the same logic among all options/configuration and datasets.classAnimationTransitionAbstract options to define the animation for a specific update mode (transition).classExtendedOptionsOptions used internally inside the chart configuration.
This is the root element of configuration.
Extends the normal options (with scales) with all methods to add callbacks and events.
It provides also the method to set the CHARBA id when new chart is created.classOptionsBase object which maps chart options.classScaledOptionsBase object which maps chart options, with scales elements to set axes configurations.classTooltipsConfiguration element to set all attributes and features of the default tooltip.classTypedDatasetContains the options for the data sets.Constructors in org.pepstock.charba.client.options with parameters of type IsDefaultAnimationTransition Constructor Description AnimationTransition(Key childKey, IsDefaultAnimationTransition defaultValues, ChartEnvelop<NativeObject> envelop, String scope)Creates an animation transitions container for theUpdateConfiguration. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.sankey
Classes in org.pepstock.charba.client.sankey that implement IsDefaultAnimationTransition Modifier and Type Class Description classSankeyDatasetSankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. -
Uses of IsDefaultAnimationTransition in org.pepstock.charba.client.treemap
Classes in org.pepstock.charba.client.treemap that implement IsDefaultAnimationTransition Modifier and Type Class Description classTreeMapDatasetThe treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
-