| Package | Description |
|---|---|
| org.pepstock.charba.client.data | |
| org.pepstock.charba.client.defaults.global | |
| org.pepstock.charba.client.enums | |
| org.pepstock.charba.client.options.elements |
| Modifier and Type | Method and Description |
|---|---|
void |
ScatterDataset.setFill(Fill fill) |
| Modifier and Type | Method and Description |
|---|---|
Fill |
Line.getFill()
Returns how to fill the area under the line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Line.setFill(Fill fill)
Sets how to fill the area under the line.
|
| Modifier and Type | Method and Description |
|---|---|
static Fill |
Fill.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fill[] |
Fill.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Fill |
Line.getFill()
Returns how to fill the area under the line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Line.setFill(Fill fill)
Sets how to fill the area under the line.
|