Uses of Interface
org.pepstock.charba.client.items.ChartElementFactory
-
Packages that use ChartElementFactory Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.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.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 ChartElementFactory in org.pepstock.charba.client.annotation.elements
Fields in org.pepstock.charba.client.annotation.elements declared as ChartElementFactory Modifier and Type Field Description static ChartElementFactory
AnnotationElement. FACTORY
Static instance for the MATRIX element factory -
Uses of ChartElementFactory in org.pepstock.charba.client.geo
Fields in org.pepstock.charba.client.geo declared as ChartElementFactory Modifier and Type Field Description static ChartElementFactory
GeoFeatureElement. FACTORY
Static instance for the GEOFEATURE element factory -
Uses of ChartElementFactory in org.pepstock.charba.client.items
Fields in org.pepstock.charba.client.items declared as ChartElementFactory Modifier and Type Field Description static ChartElementFactory
ArcElement. FACTORY
Static instance for the ARC element factorystatic ChartElementFactory
BarElement. FACTORY
Static instance for the BAR element factorystatic ChartElementFactory
PointElement. FACTORY
Static instance for the POINT element factoryMethods in org.pepstock.charba.client.items that return ChartElementFactory Modifier and Type Method Description ChartElementFactory
ChartElementFactories. getFactory(String type)
Returns the factory related to the element type.ChartElementFactory
ChartElementFactories. getFactory(DatasetItem item)
Returns the factory related to the dataset item.Methods in org.pepstock.charba.client.items with parameters of type ChartElementFactory Modifier and Type Method Description boolean
ChartElementFactories. register(ChartElementFactory factory)
Registers the factory. -
Uses of ChartElementFactory in org.pepstock.charba.client.matrix
Fields in org.pepstock.charba.client.matrix declared as ChartElementFactory Modifier and Type Field Description static ChartElementFactory
MatrixElement. FACTORY
Static instance for the MATRIX element factory -
Uses of ChartElementFactory in org.pepstock.charba.client.sankey
Fields in org.pepstock.charba.client.sankey declared as ChartElementFactory Modifier and Type Field Description static ChartElementFactory
SankeyElement. FACTORY
Static instance for the SANKEY element factory -
Uses of ChartElementFactory in org.pepstock.charba.client.treemap
Fields in org.pepstock.charba.client.treemap declared as ChartElementFactory Modifier and Type Field Description static ChartElementFactory
TreeMapElement. FACTORY
Static instance for the TREEMAP element factory
-