API / geotoolkit / gauges / layout / Regions / Regions
An enum representing all the possible positions inside a gauge
Enumeration Members
Enumeration Members
• Center = "center"
Center position - exists in every gauge
• CircleRegion = "circleregion"
The region which is a square containing the circle of the axis
• East = "east"
East position - exists in every gauge
• InnerCenter = "innercenter"
InnerNorth position - Exists in Circular gauges and Numeric gauges
• InnerEast = "innereast"
InnerCenter position - Exists in Circular gauges
• InnerNorth = "innernorth"
InnerNorth position - Exists in Circular gauges and Numeric gauges
• InnerSouth = "innersouth"
InnerSouth position - Exists in Circular gauges and Numeric gauges
• InnerWest = "innerwest"
InnerCenter position - Exists in Circular gauges
• North = "north"
North position - exists in every gauge
• NorthEast = "northeast"
NorthEast position - exists in every gauge
• NorthWest = "northwest"
NorthWest position - exists in every gauge
• South = "south"
South position - exists in every gauge
• SouthEast = "southeast"
SouthEast position - exists in every gauge
• SouthWest = "southwest"
SouthWest position - exists in every gauge
• West = "west"
West position - exists in every gauge