gnu.rfb
Class RectLibrary

java.lang.Object
  extended by gnu.rfb.RectLibrary
Direct Known Subclasses:
RectFont

public class RectLibrary
extends java.lang.Object


Constructor Summary
RectLibrary()
          Empty constructor.
 
Method Summary
 Rect getRect(int key)
           
 Rect getRect(int key, int originX, int originY)
           
 void putDefaultRect(Rect rect)
           
 void putRect(int key, Rect rect)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectLibrary

public RectLibrary()
Empty constructor.

Method Detail

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 -