@JsType(isNative=true, namespace="<global>", name="Object") public class PathOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PathOptions.Builder
The Class Builder.
|
Modifier and Type | Field and Description |
---|---|
protected String |
attribution |
protected String |
className |
protected String |
color |
protected String |
dashArray |
protected String |
dashOffset |
protected boolean |
fill |
protected String |
fillColor |
protected double |
fillOpacity |
protected String |
fillRule |
protected boolean |
interactive |
protected String |
lineCap |
protected String |
lineJoin |
protected double |
opacity |
protected String |
pane |
protected String |
pointerEvents |
protected Renderer |
renderer |
protected boolean |
stroke |
protected double |
weight |
Constructor and Description |
---|
PathOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribution() |
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.
|
String |
getDashOffset() |
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.
|
boolean |
getInteractive() |
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.
|
double |
getOpacity()
Gets the Stroke opacity.
|
String |
getPane() |
String |
getPointerEvents()
Gets the pointer-events attribute on the path if SVG backend is used.
|
Renderer |
getRenderer() |
boolean |
getStroke()
Gets Whether to draw stroke along the path.
|
double |
getWeight()
Gets the Stroke width in pixels.
|
@JsProperty protected boolean stroke
@JsProperty protected String color
@JsProperty protected double weight
@JsProperty protected double opacity
@JsProperty protected boolean fill
@JsProperty protected String fillColor
@JsProperty protected double fillOpacity
@JsProperty protected String fillRule
@JsProperty protected String dashArray
@JsProperty protected String lineCap
@JsProperty protected String lineJoin
@JsProperty protected String pointerEvents
@JsProperty protected String className
@JsProperty protected String dashOffset
@JsProperty protected Renderer renderer
@JsProperty protected String pane
@JsProperty protected String attribution
@JsProperty protected boolean interactive
@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()
@JsOverlay public final String getDashOffset()
@JsOverlay public final Renderer getRenderer()
@JsOverlay public final String getPane()
@JsOverlay public final String getAttribution()
@JsOverlay public final boolean getInteractive()
Copyright © 2018 G-Widgets. All rights reserved.