org.jfree.pixie.g2recorder
Class G2OpStore

java.lang.Object
  extended byorg.jfree.pixie.g2recorder.G2OpStore
All Implemented Interfaces:
org.jfree.ui.Drawable

public class G2OpStore
extends java.lang.Object
implements org.jfree.ui.Drawable


Constructor Summary
G2OpStore()
           
 
Method Summary
 void addOperation(G2Recorder source, G2Operation operation)
           
 void draw(java.awt.Graphics2D graphics, java.awt.geom.Rectangle2D bounds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G2OpStore

public G2OpStore()
Method Detail

addOperation

public void addOperation(G2Recorder source,
                         G2Operation operation)

draw

public void draw(java.awt.Graphics2D graphics,
                 java.awt.geom.Rectangle2D bounds)
Specified by:
draw in interface org.jfree.ui.Drawable