com.sun.opengl.impl
Class JAWT_Rectangle

java.lang.Object
  extended by com.sun.opengl.impl.JAWT_Rectangle

public abstract class JAWT_Rectangle
extends java.lang.Object


Method Summary
static JAWT_Rectangle create()
           
static JAWT_Rectangle create(java.nio.ByteBuffer buf)
           
 java.nio.ByteBuffer getBuffer()
           
abstract  int height()
           
abstract  JAWT_Rectangle height(int val)
           
static int size()
           
abstract  int width()
           
abstract  JAWT_Rectangle width(int val)
           
abstract  int x()
           
abstract  JAWT_Rectangle x(int val)
           
abstract  int y()
           
abstract  JAWT_Rectangle y(int val)
           
 
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(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.