flash.geom
Class Rectangle

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by flash.geom.Rectangle

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


Constructor Summary
protected Rectangle()
           
 
Method Summary
static Rectangle create(float sx, float sy, float sw, float sh)
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
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

Rectangle

protected Rectangle()
Method Detail

create

public static Rectangle create(float sx,
                               float sy,
                               float sw,
                               float sh)

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2012. All Rights Reserved.