org.jfree.pixie.g2recorder

Class AddRenderingHintsOperation

Implemented Interfaces:
G2Operation

public class AddRenderingHintsOperation
extends java.lang.Object
implements G2Operation

Date: Mar 9, 2003 Time: 2:41:14 PM $Id: AddRenderingHintsOperation.java,v 1.3 2004/11/21 16:29:31 taqua Exp $

Constructor Summary

AddRenderingHintsOperation(RenderingHints renderingHints)

Method Summary

void
draw(Graphics2D g2)

Constructor Details

AddRenderingHintsOperation

public AddRenderingHintsOperation(RenderingHints renderingHints)

Method Details

draw

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