Uses of Interface
org.pepstock.charba.client.options.ElementFactory
-
Packages that use ElementFactory Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for 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.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.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 ElementFactory in org.pepstock.charba.client.annotation
Fields in org.pepstock.charba.client.annotation declared as ElementFactory Modifier and Type Field Description static ElementFactory<BoxAnnotation>
BoxAnnotation. FACTORY
Element factory to get ""boxAnnotation"" element.static ElementFactory<EllipseAnnotation>
EllipseAnnotation. FACTORY
Element factory to get ""ellipseAnnotation"" element.static ElementFactory<LabelAnnotation>
LabelAnnotation. FACTORY
Element factory to get ""labelAnnotation"" element.static ElementFactory<LineAnnotation>
LineAnnotation. FACTORY
Element factory to get ""LineAnnotation"" element.static ElementFactory<PointAnnotation>
PointAnnotation. FACTORY
Element factory to get ""pointAnnotation"" element.static ElementFactory<PolygonAnnotation>
PolygonAnnotation. FACTORY
Element factory to get ""polygonAnnotation"" element. -
Uses of ElementFactory in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type ElementFactory Modifier and Type Method Description <T extends NativeObjectContainer>
TElements. getElement(ElementFactory<T> factory)
Returns the options defined for a custom element. -
Uses of ElementFactory in org.pepstock.charba.client.geo
Fields in org.pepstock.charba.client.geo declared as ElementFactory Modifier and Type Field Description static ElementFactory<GeoFeatureElementOptions>
GeoFeatureElementOptions. FACTORY
Element factory to get ""geoFeature"" element. -
Uses of ElementFactory in org.pepstock.charba.client.matrix
Fields in org.pepstock.charba.client.matrix declared as ElementFactory Modifier and Type Field Description static ElementFactory<MatrixElementOptions>
MatrixElementOptions. FACTORY
Element factory to get ""matrix"" element. -
Uses of ElementFactory in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement ElementFactory Modifier and Type Class Description class
AbstractElementFactory<T extends NativeObjectContainer>
Abstract implementation to get custom elements fromOptions.getElements()
.Methods in org.pepstock.charba.client.options with parameters of type ElementFactory Modifier and Type Method Description <T extends NativeObjectContainer>
TElements. getElement(ElementFactory<T> factory)
Returns the options defined for a custom element. -
Uses of ElementFactory in org.pepstock.charba.client.sankey
Fields in org.pepstock.charba.client.sankey declared as ElementFactory Modifier and Type Field Description static ElementFactory<SankeyElementOptions>
SankeyElementOptions. FACTORY
Element factory to get ""flow"" element. -
Uses of ElementFactory in org.pepstock.charba.client.treemap
Fields in org.pepstock.charba.client.treemap declared as ElementFactory Modifier and Type Field Description static ElementFactory<TreeMapElementOptions>
TreeMapElementOptions. FACTORY
Element factory to get ""treemap"" element.
-