public abstract class JAWT_Rectangle
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
public static int size()
public static JAWT_Rectangle create()
public static JAWT_Rectangle create(java.nio.ByteBuffer buf)
public java.nio.ByteBuffer getBuffer()
public abstract JAWT_Rectangle x(int val)
public abstract int x()
public abstract JAWT_Rectangle y(int val)
public abstract int y()
public abstract JAWT_Rectangle width(int val)
public abstract int width()
public abstract JAWT_Rectangle height(int val)
public abstract int height()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.