| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Pattern | 
TilesFactory.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 Pattern | 
TilesFactory.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 Pattern | 
TilesFactory.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 Pattern | 
TilesFactory.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. 
 | 
static Pattern | 
TilesFactory.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 Pattern | 
TilesFactory.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 Pattern | 
TilesFactory.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. 
 | 
TilesBuilder | 
TilesBuilder.setPointStyle(PointStyle pointStyle)
Sets the point style as shape of the tile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PointStyle | 
LegendLabels.getPointStyle()
Returns the style of the legend. 
 | 
PointStyle | 
Bar.getPointStyle()
Returns the style of the point. 
 | 
PointStyle | 
Point.getPointStyle()
Returns the style of the legend. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LegendLabels.setPointStyle(PointStyle pointStyle)
Sets the style of the legend, overriding point style from dataset. 
Only applies if LegendLabels.setUsePointStyle(boolean) is set to true. | 
void | 
Bar.setPointStyle(PointStyle pointStyle)
Sets the style of the point. 
 | 
void | 
Point.setPointStyle(PointStyle pointStyle)
Sets the style of the point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PointStyle | 
BarDataset.getPointStyle()
Returns the style of the point for legend. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BarDataset.setPointStyle(PointStyle pointStyle)
Sets the style of the point for legend. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default PointStyle | 
IsDefaultPointStyleHandler.getPointStyle()
Returns the style of the point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PointStyle | 
DefaultChartPoint.getPointStyle()  | 
PointStyle | 
DefaultChartLegendLabels.getPointStyle()  | 
PointStyle | 
DefaultChartBar.getPointStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
PointStyle | 
DefaultLegendLabels.getPointStyle()  | 
PointStyle | 
DefaultBar.getPointStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
static PointStyle | 
PointStyle.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PointStyle | 
TooltipLabelPointStyle.getPointStyle()
Returns the style of the point. 
 | 
PointStyle | 
LegendItem.getPointStyle()
Returns the style of the legend box (only used if usePointStyle is true) 
 | 
PointStyle | 
DatasetElementOptions.getPointStyle()
Returns the style of the point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TooltipLabelPointStyle.setPointStyle(PointStyle pointStyle)
Sets the style of the point. 
 | 
void | 
LegendLabelItem.setPointStyle(PointStyle style)
Sets the style of the legend box (only used if usePointStyle is true) 
 |