Uses of Class
provided.owlMaps.components.shapes.StrokePosition
Package | Description |
---|---|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
-
Uses of StrokePosition in provided.owlMaps.components.shapes
Fields in provided.owlMaps.components.shapes with type parameters of type StrokePosition Modifier and Type Field Description static provided.mixedData.MixedDataKey<StrokePosition>
ICircleOptions. STROKE_POSITION
The stroke position.static provided.mixedData.MixedDataKey<StrokePosition>
IPolygonOptions. STROKE_POSITION
The stroke position.static provided.mixedData.MixedDataKey<StrokePosition>
IRectangleOptions. STROKE_POSITION
The stroke position.Methods in provided.owlMaps.components.shapes that return StrokePosition Modifier and Type Method Description static StrokePosition
StrokePosition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrokePosition[]
StrokePosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.