Uses of Class
org.pepstock.charba.client.geo.enums.Align
-
Packages that use Align Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.geo.enums Contains all enumerations to configure the GEO controllers. -
-
Uses of Align in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return Align Modifier and Type Method Description AlignLegend. getAlign()Returns the alignment of the legend on the chart area.Methods in org.pepstock.charba.client.geo with parameters of type Align Modifier and Type Method Description voidLegend. setAlign(Align align)Sets the alignment of the legend on the chart area. -
Uses of Align in org.pepstock.charba.client.geo.enums
Methods in org.pepstock.charba.client.geo.enums that return Align Modifier and Type Method Description static AlignAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static Align[]Align. values()Returns an array containing the constants of this enum type, in the order they are declared.
-