org.jfree.pixie.g2recorder
Class SetRenderingHintsOperation

java.lang.Object
  extended byorg.jfree.pixie.g2recorder.SetRenderingHintsOperation
All Implemented Interfaces:
G2Operation

public class SetRenderingHintsOperation
extends java.lang.Object
implements G2Operation


Constructor Summary
SetRenderingHintsOperation(java.awt.RenderingHints renderingHints)
           
 
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

SetRenderingHintsOperation

public SetRenderingHintsOperation(java.awt.RenderingHints renderingHints)
Method Detail

draw

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