gnu.rfb
Class RectLibrary
java.lang.Object
gnu.rfb.RectLibrary
- Direct Known Subclasses:
- RectFont
public class RectLibrary
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RectLibrary
public RectLibrary()
- Empty constructor.
getRect
public Rect getRect(int key)
- Parameters:
key
-
- Returns:
getRect
public Rect getRect(int key,
int originX,
int originY)
- Parameters:
key
- originX
- originY
-
- Returns:
putRect
public void putRect(int key,
Rect rect)
- Parameters:
key
- rect
-
putDefaultRect
public void putDefaultRect(Rect rect)
- Parameters:
rect
-