Uses of Interface
org.pepstock.charba.client.commons.PropertyKey
-
Packages that use PropertyKey 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.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of PropertyKey in org.pepstock.charba.client.annotation
Subinterfaces of PropertyKey in org.pepstock.charba.client.annotation Modifier and Type Interface Description interfaceAnnotationIdRepresents the annotation id of a annotation configuration object in theAnnotationPlugin.IDplugin. -
Uses of PropertyKey in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons with parameters of type PropertyKey Modifier and Type Method Description static voidPropertyKey. checkIfValid(PropertyKey id)Checks if id passed as argument is notnulland its value is notnullas well and could be a valid property key.
If not, throw aIllegalArgumentException.static booleanPropertyKey. isValid(PropertyKey id)Returnstrueif id passed as argument is notnulland its value is notnullas well and could be a valid property key. -
Uses of PropertyKey in org.pepstock.charba.client.configuration
Subinterfaces of PropertyKey in org.pepstock.charba.client.configuration Modifier and Type Interface Description interfaceAxisTypeRepresents the scale type of a scale/axis object. -
Uses of PropertyKey in org.pepstock.charba.client.datalabels
Subinterfaces of PropertyKey in org.pepstock.charba.client.datalabels Modifier and Type Interface Description interfaceDataLabelIdRepresents the label id of a label configuration object in theDataLabelsPlugin.IDplugin. -
Uses of PropertyKey in org.pepstock.charba.client.enums
Classes in org.pepstock.charba.client.enums that implement PropertyKey Modifier and Type Class Description classChartAxisTypeAxes are an integral part of a chart.classDefaultScaleIdEnumerates the default scale id. -
Uses of PropertyKey in org.pepstock.charba.client.labels
Subinterfaces of PropertyKey in org.pepstock.charba.client.labels Modifier and Type Interface Description interfaceLabelIdRepresents the label id of a label configuration object in theLabelsPlugin.IDplugin. -
Uses of PropertyKey in org.pepstock.charba.client.options
Subinterfaces of PropertyKey in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceScaleIdRepresents the scale id of a scale/axis object.
-