Package | Description |
---|---|
org.pepstock.charba.client.dom.elements |
Contains a set of DOM elements that Charba is using.
|
org.pepstock.charba.client.dom.enums |
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
GlobalCompositeOperation |
Context2dItem.getGlobalCompositeOperation()
Returns the type of compositing operation to apply when drawing new shapes.
|
Modifier and Type | Method and Description |
---|---|
void |
Context2dItem.setGlobalCompositeOperation(GlobalCompositeOperation globalCompositeOperation)
Sets the type of compositing operation to apply when drawing new shapes.
|
Modifier and Type | Method and Description |
---|---|
static GlobalCompositeOperation |
GlobalCompositeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalCompositeOperation[] |
GlobalCompositeOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GlobalCompositeOperation |
ChartBackgroundColorOptions.getGlobalCompositeOperation()
Returns the type of compositing operation to apply when drawing new shapes.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartBackgroundColorOptions.setGlobalCompositeOperation(GlobalCompositeOperation globalCompositeOperation)
Sets the type of compositing operation to apply when drawing new shapes.
|
ChartBackgroundColorOptionsBuilder |
ChartBackgroundColorOptionsBuilder.setGlobalCompositeOperation(GlobalCompositeOperation globalCompositeOperation)
Sets the type of compositing operation to apply when drawing new shapes.
|