public class FillStrokeStyle extends JavaScriptObject
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_CSSCOLOR
Constant for CssColor style.
|
static int |
TYPE_GRADIENT
Constant for Gradient style.
|
static int |
TYPE_PATTERN
Constant for Pattern style.
|
Modifier | Constructor and Description |
---|---|
protected |
FillStrokeStyle() |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the type of this FillStrokeStyle as an integer.
|
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final int TYPE_CSSCOLOR
public static final int TYPE_GRADIENT
public static final int TYPE_PATTERN