public abstract class PolylineStyle extends GeoShapeStyle implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
PolylineStyle.Builder
Builder for a
PolylineStyle object. |
static class |
PolylineStyle.CapStyle
Enum for the style of the polyline's ends.
|
GeoShapeStyle.JoinStyle, GeoShapeStyle.WidthUnits
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
PolylineStyle() |
Modifier and Type | Method and Description |
---|---|
static PolylineStyle.Builder |
builder()
Returns a builder for
PolylineStyle object, with default values |
static PolylineStyle.Builder |
builder(ConfigurationManager configurationManager)
Returns a builder for
PolylineStyle object, with default values |
abstract PolylineStyle.CapStyle |
getCapStyle()
The style of the polyline's ends
Default is BUTT
|
getColor, getJoinStyle, getMiterLimit, getWidth, getWidthUnits
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public static PolylineStyle.Builder builder()
PolylineStyle
object, with default valuespublic static PolylineStyle.Builder builder(ConfigurationManager configurationManager)
PolylineStyle
object, with default valuespublic abstract PolylineStyle.CapStyle getCapStyle()