com.jogamp.opengl.impl.windows.wgl
Class RECT
java.lang.Object
com.jogamp.opengl.impl.windows.wgl.RECT
public abstract class RECT
- 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 RECT create()
create
public static RECT create(ByteBuffer buf)
getBuffer
public ByteBuffer getBuffer()
setLeft
public abstract RECT setLeft(int val)
getLeft
public abstract int getLeft()
setTop
public abstract RECT setTop(int val)
getTop
public abstract int getTop()
setRight
public abstract RECT setRight(int val)
getRight
public abstract int getRight()
setBottom
public abstract RECT setBottom(int val)
getBottom
public abstract int getBottom()
Copyright 2010 JogAmp Community.