Uses of Class
org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Packages that use PointerElement Package Description org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.impl.plugins.enums Contains the enumeration items to configure out of the box CHARBA plugins. -
-
Uses of PointerElement in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return types with arguments of type PointerElement Modifier and Type Method Description Set<PointerElement>
ChartPointerOptions. getElements()
Returns the chart elements in scope toChartPointer.ID
plugin.Methods in org.pepstock.charba.client.impl.plugins with parameters of type PointerElement Modifier and Type Method Description void
ChartPointerOptions. setElements(PointerElement... elements)
Sets the chart elements in scope toChartPointer.ID
plugin.ChartPointerOptionsBuilder
ChartPointerOptionsBuilder. setElements(PointerElement... elements)
Sets the chart elements in scope toChartPointer.ID
plugin.Method parameters in org.pepstock.charba.client.impl.plugins with type arguments of type PointerElement Modifier and Type Method Description void
ChartPointerOptions. setElements(Set<PointerElement> elements)
Sets the chart elements in scope toChartPointer.ID
plugin. -
Uses of PointerElement in org.pepstock.charba.client.impl.plugins.enums
Methods in org.pepstock.charba.client.impl.plugins.enums that return PointerElement Modifier and Type Method Description static PointerElement
PointerElement. valueOf(String name)
Returns the enum constant of this type with the specified name.static PointerElement[]
PointerElement. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-