Uses of Class
org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Packages that use GlobalCompositeOperation 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. -
-
Uses of GlobalCompositeOperation in org.pepstock.charba.client.dom.elements
Methods in org.pepstock.charba.client.dom.elements that return GlobalCompositeOperation Modifier and Type Method Description GlobalCompositeOperation
Context2dItem. getGlobalCompositeOperation()
Returns the type of compositing operation to apply when drawing new shapes.Methods in org.pepstock.charba.client.dom.elements with parameters of type GlobalCompositeOperation Modifier and Type Method Description void
Context2dItem. setGlobalCompositeOperation(GlobalCompositeOperation globalCompositeOperation)
Sets the type of compositing operation to apply when drawing new shapes. -
Uses of GlobalCompositeOperation in org.pepstock.charba.client.dom.enums
Methods in org.pepstock.charba.client.dom.enums that return GlobalCompositeOperation Modifier and Type Method 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. -
Uses of GlobalCompositeOperation in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return GlobalCompositeOperation Modifier and Type Method Description GlobalCompositeOperation
ChartBackgroundColorOptions. getGlobalCompositeOperation()
Returns the type of compositing operation to apply when drawing new shapes.Methods in org.pepstock.charba.client.impl.plugins with parameters of type GlobalCompositeOperation Modifier and Type Method 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.
-