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.IDplugin (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. FACTORYElement factory to get ""boxAnnotation"" element.static ElementFactory<EllipseAnnotation>EllipseAnnotation. FACTORYElement factory to get ""ellipseAnnotation"" element.static ElementFactory<LabelAnnotation>LabelAnnotation. FACTORYElement factory to get ""labelAnnotation"" element.static ElementFactory<LineAnnotation>LineAnnotation. FACTORYElement factory to get ""LineAnnotation"" element.static ElementFactory<PointAnnotation>PointAnnotation. FACTORYElement factory to get ""pointAnnotation"" element.static ElementFactory<PolygonAnnotation>PolygonAnnotation. FACTORYElement 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 classAbstractElementFactory<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.
-