public class FillStrokeStyle extends JavaScriptObject
| Modifier and Type | Field and Description | 
|---|---|
| static int | TYPE_CSSCOLORConstant for CssColor style. | 
| static int | TYPE_GRADIENTConstant for Gradient style. | 
| static int | TYPE_PATTERNConstant 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, toStringpublic static final int TYPE_CSSCOLOR
public static final int TYPE_GRADIENT
public static final int TYPE_PATTERN