public abstract class PolygonStyle extends GeoShapeStyle implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
PolygonStyle.Builder
Builder for a
PolygonStyle object. |
GeoShapeStyle.JoinStyle, GeoShapeStyle.WidthUnits
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
PolygonStyle() |
Modifier and Type | Method and Description |
---|---|
static PolygonStyle.Builder |
builder()
Returns a builder for
PolygonStyle object, with default values |
static PolygonStyle.Builder |
builder(ConfigurationManager configurationManager)
Returns a builder for
PolygonStyle object, with default values |
getColor, getJoinStyle, getMiterLimit, getWidth, getWidthUnits
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public static PolygonStyle.Builder builder()
PolygonStyle
object, with default valuespublic static PolygonStyle.Builder builder(ConfigurationManager configurationManager)
PolygonStyle
object, with default values