com.jogamp.nativewindow.impl.jawt
Class JAWT_Rectangle

java.lang.Object
  extended by com.jogamp.nativewindow.impl.jawt.JAWT_Rectangle

public abstract class JAWT_Rectangle
extends Object


Method Summary
static JAWT_Rectangle create()
           
static JAWT_Rectangle create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
abstract  int getHeight()
           
abstract  int getWidth()
           
abstract  int getX()
           
abstract  int getY()
           
abstract  JAWT_Rectangle setHeight(int val)
           
abstract  JAWT_Rectangle setWidth(int val)
           
abstract  JAWT_Rectangle setX(int val)
           
abstract  JAWT_Rectangle setY(int val)
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.