@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PathOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PathOptions.Builder
The Class Builder.
|
Constructor and Description |
---|
PathOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the custom class name set on an element.
|
java.lang.Boolean |
getClickable()
Gets whether the the vector will not emit mouse events and will act as a
part of the underlying map.
|
java.lang.String |
getColor()
Gets the Stroke color.
|
java.lang.String |
getDashArray()
Gets the string that defines the stroke dash
pattern.
|
java.lang.Boolean |
getFill()
Gets Whether to fill the path with color.
|
java.lang.String |
getFillColor()
Gets the fill color.
|
java.lang.Number |
getFillOpacity()
Gets the fill opacity.
|
java.lang.String |
getFillRule()
Gets the string that defines how the inside of a shape is determined.
|
java.lang.String |
getLineCap()
Gets the string that defines
shape to be used at the end of the stroke.
|
java.lang.String |
getLineJoin()
Gets the string that defines
shape to be used at the corners of the stroke.
|
java.lang.Number |
getOpacity()
Gets the Stroke opacity.
|
java.lang.String |
getPointerEvents()
Gets the pointer-events attribute on the path if SVG backend is used.
|
java.lang.Boolean |
getStroke()
Gets Whether to draw stroke along the path.
|
java.lang.Number |
getWeight()
Gets the Stroke width in pixels.
|
@JsOverlay public final java.lang.Boolean getStroke()
@JsOverlay public final java.lang.String getColor()
@JsOverlay public final java.lang.Number getWeight()
@JsOverlay public final java.lang.Number getOpacity()
@JsOverlay public final java.lang.Boolean getFill()
@JsOverlay public final java.lang.String getFillColor()
@JsOverlay public final java.lang.Number getFillOpacity()
@JsOverlay public final java.lang.String getFillRule()
@JsOverlay public final java.lang.String getDashArray()
@JsOverlay public final java.lang.String getLineCap()
@JsOverlay public final java.lang.String getLineJoin()
@JsOverlay public final java.lang.Boolean getClickable()
@JsOverlay public final java.lang.String getPointerEvents()
@JsOverlay public final java.lang.String getClassName()