com.jogamp.nativewindow.impl.jawt
Class JAWT_Rectangle
java.lang.Object
com.jogamp.nativewindow.impl.jawt.JAWT_Rectangle
public abstract class JAWT_Rectangle
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public static int size()
create
public static JAWT_Rectangle create()
create
public static JAWT_Rectangle create(ByteBuffer buf)
getBuffer
public ByteBuffer getBuffer()
setX
public abstract JAWT_Rectangle setX(int val)
getX
public abstract int getX()
setY
public abstract JAWT_Rectangle setY(int val)
getY
public abstract int getY()
setWidth
public abstract JAWT_Rectangle setWidth(int val)
getWidth
public abstract int getWidth()
setHeight
public abstract JAWT_Rectangle setHeight(int val)
getHeight
public abstract int getHeight()
Copyright 2010 JogAmp Community.