com.sun.opengl.impl

Class 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
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)

Method Details

create

public static JAWT_Rectangle create()

create

public static JAWT_Rectangle create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()

height

public abstract int height()

height

public abstract JAWT_Rectangle height(int val)

size

public static int size()

width

public abstract int width()

width

public abstract JAWT_Rectangle width(int val)

x

public abstract int x()

x

public abstract JAWT_Rectangle x(int val)

y

public abstract int y()

y

public abstract JAWT_Rectangle y(int val)

Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.