flash.display
Class Graphics

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by flash.display.Graphics

public final class Graphics
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected Graphics()
           
 
Method Summary
 void beginBitmapFill(BitmapData bitmapData, Matrix geom, boolean repeat, boolean smooth)
           
 void beginFill(int i)
           
 void drawRect(float sx, float sy, float sw, float sh)
           
 void endFill()
           
 
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
 

Constructor Detail

Graphics

protected Graphics()
Method Detail

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 © 2012. All Rights Reserved.