flash.display
Class Graphics
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
flash.display.Graphics
public final class Graphics
- extends com.google.gwt.core.client.JavaScriptObject
|
Constructor Summary |
protected |
Graphics()
|
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Graphics
protected Graphics()
beginFill
public void beginFill(int i)
drawRect
public void drawRect(float sx,
float sy,
float sw,
float sh)
endFill
public void endFill()
beginBitmapFill
public void beginBitmapFill(BitmapData bitmapData,
Matrix geom,
boolean repeat,
boolean smooth)
Copyright © 2013. All Rights Reserved.