public abstract class GeoShapeStyle extends Object implements Parcelable
GeoShape
.Modifier and Type | Class and Description |
---|---|
static class |
GeoShapeStyle.Builder<StyleBuilder extends GeoShapeStyle.Builder> |
static class |
GeoShapeStyle.JoinStyle
Enum for the style of the
GeoShapeStyle 's corners. |
static class |
GeoShapeStyle.WidthUnits
Enum for
GeoShape width units. |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
GeoShapeStyle() |
Modifier and Type | Method and Description |
---|---|
abstract AnnotationColor |
getColor()
The color of the
GeoShapeStyle
Default is red |
abstract GeoShapeStyle.JoinStyle |
getJoinStyle()
the join style for the
GeoShapeStyle . |
abstract int |
getMiterLimit()
Miter limit for the
GeoShapeStyle 's joins. |
abstract float |
getWidth()
The width of the
GeoShapeStyle . |
abstract GeoShapeStyle.WidthUnits |
getWidthUnits()
The units for width of
GeoShapeStyle . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public abstract AnnotationColor getColor()
GeoShapeStyle
Default is redAnnotationColor
public abstract float getWidth()
GeoShapeStyle
.
Default is 0.5fpublic abstract GeoShapeStyle.WidthUnits getWidthUnits()
GeoShapeStyle
.
Default is POINTSGeoShapeStyle
's width unitspublic abstract GeoShapeStyle.JoinStyle getJoinStyle()
GeoShapeStyle
.
Default is MITER.GeoShapeStyle
's join stylepublic abstract int getMiterLimit()
GeoShapeStyle
's joins.
Applied if the joinStyle is MITER, otherwise has no effect.
Default is 3.