Uses of Class
org.pepstock.charba.client.enums.PointStyle
-
Packages that use PointStyle 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.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.colors.tiles Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).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.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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of PointStyle in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation with parameters of type PointStyle Modifier and Type Method Description voidPointAnnotation. setPointStyle(PointStyle pointStyle) -
Uses of PointStyle in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements that return PointStyle Modifier and Type Method Description PointStyleOptionsElement. getPointStyle()Returns the style of the point.Methods in org.pepstock.charba.client.annotation.elements with parameters of type PointStyle Modifier and Type Method Description voidOptionsElement. setPointStyle(PointStyle pointStyle)Sets the style of the point. -
Uses of PointStyle in org.pepstock.charba.client.colors.tiles
Methods in org.pepstock.charba.client.colors.tiles with parameters of type PointStyle Modifier and Type Method Description static PatternTilesFactory. createPattern(PointStyle style)Returns a CHARBA pattern, using the point style as argument and the other default values, background color, shape color and size.static PatternTilesFactory. createPattern(PointStyle style, String backgroundColor)Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.static PatternTilesFactory. createPattern(PointStyle style, String backgroundColor, String shapeColor)Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.static PatternTilesFactory. createPattern(PointStyle style, String backgroundColor, String shapeColor, int size)Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.static PatternTilesFactory. createPattern(PointStyle style, IsColor backgroundColor)Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.static PatternTilesFactory. createPattern(PointStyle style, IsColor backgroundColor, IsColor shapeColor)Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.static PatternTilesFactory. createPattern(PointStyle style, IsColor backgroundColor, IsColor shapeColor, int size)Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.TilesBuilderTilesBuilder. setPointStyle(PointStyle pointStyle)Sets the point style as shape of the tile. -
Uses of PointStyle in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return PointStyle Modifier and Type Method Description PointStyleBar. getPointStyle()Returns the style of the point.PointStyleLegendLabels. getPointStyle()Returns the style of the legend.PointStylePoint. getPointStyle()Returns the style of the legend.Methods in org.pepstock.charba.client.configuration with parameters of type PointStyle Modifier and Type Method Description voidBar. setPointStyle(PointStyle pointStyle)Sets the style of the point.voidLegendLabels. setPointStyle(PointStyle pointStyle)Sets the style of the legend, overriding point style from dataset.
Only applies ifLegendLabels.setUsePointStyle(boolean)is set totrue.voidPoint. setPointStyle(PointStyle pointStyle)Sets the style of the point. -
Uses of PointStyle in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return PointStyle Modifier and Type Method Description PointStyleBarDataset. getPointStyle()Returns the style of the point for legend.Methods in org.pepstock.charba.client.data with parameters of type PointStyle Modifier and Type Method Description voidBarDataset. setPointStyle(PointStyle pointStyle)Sets the style of the point for legend. -
Uses of PointStyle in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return PointStyle Modifier and Type Method Description default PointStyleIsDefaultPointStyleHandler. getPointStyle()Returns the style of the point. -
Uses of PointStyle in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart that return PointStyle Modifier and Type Method Description PointStyleDefaultChartBar. getPointStyle()PointStyleDefaultChartLegendLabels. getPointStyle()PointStyleDefaultChartPoint. getPointStyle() -
Uses of PointStyle in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return PointStyle Modifier and Type Method Description PointStyleDefaultBar. getPointStyle()PointStyleDefaultLegendLabels. getPointStyle() -
Uses of PointStyle in org.pepstock.charba.client.enums
Methods in org.pepstock.charba.client.enums that return PointStyle Modifier and Type Method Description static PointStylePointStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static PointStyle[]PointStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PointStyle in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return PointStyle Modifier and Type Method Description PointStyleDatasetElementOptions. getPointStyle()Returns the style of the point.PointStyleLegendItem. getPointStyle()Returns the style of the legend box (only used if usePointStyle is true)PointStyleTooltipLabelPointStyle. getPointStyle()Returns the style of the point.Methods in org.pepstock.charba.client.items with parameters of type PointStyle Modifier and Type Method Description voidLegendLabelItem. setPointStyle(PointStyle style)Sets the style of the legend box (only used if usePointStyle is true)voidTooltipLabelPointStyle. setPointStyle(PointStyle pointStyle)Sets the style of the point.Constructors in org.pepstock.charba.client.items with parameters of type PointStyle Constructor Description TooltipLabelPointStyle(PointStyle poitnStyle)Creates the object setting the point style argument -
Uses of PointStyle in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return PointStyle Modifier and Type Method Description default PointStyleHasPointStyle. getPointStyle()Returns the style of the point.Methods in org.pepstock.charba.client.options with parameters of type PointStyle Modifier and Type Method Description default voidHasPointStyle. setPointStyle(PointStyle pointStyle)Sets the style of the point.
-