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.options Contains all elements to configure charts at global level (know as chart global options). -
-
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.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.
-