org.jfree.pixie.g2recorder
Class DrawStringOperation

java.lang.Object
  |
  +--org.jfree.pixie.g2recorder.DrawStringOperation
All Implemented Interfaces:
G2Operation

public class DrawStringOperation
extends java.lang.Object
implements G2Operation


Constructor Summary
DrawStringOperation(java.lang.String string, float x, float y)
           
 
Method Summary
 void draw(java.awt.Graphics2D g2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawStringOperation

public DrawStringOperation(java.lang.String string,
                           float x,
                           float y)
Method Detail

draw

public void draw(java.awt.Graphics2D g2)
Specified by:
draw in interface G2Operation