com.sun.opengl.impl
Class JAWT_Rectangle
java.lang.Object
com.sun.opengl.impl.JAWT_Rectangle
public abstract class JAWT_Rectangle
- extends java.lang.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(java.nio.ByteBuffer buf)
getBuffer
public java.nio.ByteBuffer getBuffer()
x
public abstract JAWT_Rectangle x(int val)
x
public abstract int x()
y
public abstract JAWT_Rectangle y(int val)
y
public abstract int y()
width
public abstract JAWT_Rectangle width(int val)
width
public abstract int width()
height
public abstract JAWT_Rectangle height(int val)
height
public abstract int height()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.