net.java.dev.joode.graphics2D
Class BoundRectangle

java.lang.Object
  extended by net.java.dev.joode.graphics2D.BoundRectangle
All Implemented Interfaces:
Drawable2D

public class BoundRectangle
extends java.lang.Object
implements Drawable2D

Creates a drawable object that is synchronized with an underlying Rectangle Geom User: t_larkworthy Date: 30-Mar-2007 Time: 15:44:58


Constructor Summary
BoundRectangle(Rectangle binding)
           
 
Method Summary
 void draw(java.awt.Graphics2D g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundRectangle

public BoundRectangle(Rectangle binding)
Method Detail

draw

public void draw(java.awt.Graphics2D g)
Specified by:
draw in interface Drawable2D