|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.canvas.dom.client.FillStrokeStyle
public class FillStrokeStyle
Represents a CssColor
, CanvasGradient
, or
CanvasPattern
that is used for stroke and fill.
Experimental API: This API is still under development and is subject to change.
Field Summary | |
---|---|
static int |
TYPE_CSSCOLOR
Constant for CssColor style. |
static int |
TYPE_GRADIENT
Constant for Gradient style. |
static int |
TYPE_PATTERN
Constant for Pattern style. |
Constructor Summary | |
---|---|
protected |
FillStrokeStyle()
|
Method Summary | |
---|---|
int |
getType()
Returns the type of this FillStrokeStyle as an integer. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_CSSCOLOR
public static final int TYPE_GRADIENT
public static final int TYPE_PATTERN
Constructor Detail |
---|
protected FillStrokeStyle()
Method Detail |
---|
public final int getType()
|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |