net.java.dev.joode.graphics2D
Class BoundCircle

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

public class BoundCircle
extends java.lang.Object
implements Drawable2D

A graphical representation of a circle geom

Author:
s0570397

Constructor Summary
BoundCircle(Circle 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

BoundCircle

public BoundCircle(Circle binding)
Method Detail

draw

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