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.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. 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.geo
Fields in org.pepstock.charba.client.geo declared as ElementFactory Modifier and Type Field Description static ElementFactory<GeoFeatureElementOptions>GeoFeatureElementOptions. FACTORYElement 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. FACTORYElement 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 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. -
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. FACTORYElement 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. FACTORYElement factory to get ""treemap"" element.
-