@JsType(isNative=true, namespace="<global>", name="Object") public class PolylineOptions extends PathOptions
Modifier and Type | Class and Description |
---|---|
static class |
PolylineOptions.Builder
The Class Builder.
|
attribution, className, color, dashArray, dashOffset, fill, fillColor, fillOpacity, fillRule, interactive, lineCap, lineJoin, opacity, pane, pointerEvents, renderer, stroke, weight
Modifier and Type | Method and Description |
---|---|
String |
getClassName_()
Gets the custom class name set on an element.
|
String |
getColor_()
Gets the Stroke color.
|
String |
getDashArray_()
Gets the string that defines the stroke dash
pattern.
|
boolean |
getFill_()
Gets Whether to fill the path with color.
|
String |
getFillColor_()
Gets the fill color.
|
double |
getFillOpacity_()
Gets the fill opacity.
|
String |
getFillRule_()
Gets the string that defines how the inside of a shape is determined.
|
String |
getLineCap_()
Gets the string that defines
shape to be used at the end of the stroke.
|
String |
getLineJoin_()
Gets the string that defines
shape to be used at the corners of the stroke.
|
boolean |
getNoClip()
Gets whether the polyline clipping is disabled.
|
double |
getOpacity_()
Gets the Stroke opacity.
|
String |
getPointerEvents_()
Gets the pointer-events attribute on the path if SVG backend is used.
|
double |
getSmoothFactor()
Gets How much to simplify the polyline on each zoom level.
|
boolean |
getStroke_()
Gets Whether to draw stroke along the path.
|
double |
getWeight_()
Gets the Stroke width in pixels.
|
getAttribution, getClassName, getColor, getDashArray, getDashOffset, getFill, getFillColor, getFillOpacity, getFillRule, getInteractive, getLineCap, getLineJoin, getOpacity, getPane, getPointerEvents, getRenderer, getStroke, getWeight
@JsOverlay public final double getSmoothFactor()
@JsOverlay public final boolean getNoClip()
@JsOverlay public final boolean getStroke_()
@JsOverlay public final String getColor_()
@JsOverlay public final double getWeight_()
@JsOverlay public final double getOpacity_()
@JsOverlay public final boolean getFill_()
@JsOverlay public final String getFillColor_()
@JsOverlay public final double getFillOpacity_()
@JsOverlay public final String getFillRule_()
@JsOverlay public final String getDashArray_()
@JsOverlay public final String getLineCap_()
@JsOverlay public final String getLineJoin_()
@JsOverlay public final String getPointerEvents_()
@JsOverlay public final String getClassName_()
Copyright © 2018 G-Widgets. All rights reserved.