Uses of Interface
org.pepstock.charba.client.items.ChartElementFactory
-
Packages that use ChartElementFactory Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin 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 ChartElementFactoryAnnotationElement. FACTORYStatic 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 ChartElementFactoryGeoFeatureElement. FACTORYStatic 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 ChartElementFactoryArcElement. FACTORYStatic instance for the ARC element factorystatic ChartElementFactoryBarElement. FACTORYStatic instance for the BAR element factorystatic ChartElementFactoryPointElement. FACTORYStatic instance for the POINT element factoryMethods in org.pepstock.charba.client.items that return ChartElementFactory Modifier and Type Method Description ChartElementFactoryChartElementFactories. getFactory(String type)Returns the factory related to the element type.ChartElementFactoryChartElementFactories. 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 booleanChartElementFactories. 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 ChartElementFactoryMatrixElement. FACTORYStatic 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 ChartElementFactorySankeyElement. FACTORYStatic 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 ChartElementFactoryTreeMapElement. FACTORYStatic instance for the TREEMAP element factory
-