net.java.dev.joode.graphics2D
Class CompositeDrawable2D

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

public class CompositeDrawable2D
extends java.lang.Object
implements Drawable2D

A Drawable2D that is comprised of several Drawable2Ds

Author:
Tom Larkworthy

Constructor Summary
CompositeDrawable2D()
           
 
Method Summary
 void addDrawable(Drawable2D drawable)
           
 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

CompositeDrawable2D

public CompositeDrawable2D()
Method Detail

addDrawable

public void addDrawable(Drawable2D drawable)

draw

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