Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.report.modules.output.pageable.base.operations
Class PhysicalOperation.SetPaintOperation  view PhysicalOperation.SetPaintOperation download PhysicalOperation.SetPaintOperation.java

java.lang.Object
  extended byorg.jfree.report.modules.output.pageable.base.operations.PhysicalOperation
      extended byorg.jfree.report.modules.output.pageable.base.operations.PhysicalOperation.SetPaintOperation
Enclosing class:
PhysicalOperation

public static class PhysicalOperation.SetPaintOperation
extends PhysicalOperation

An operation that sets the paint for an org.jfree.report.modules.output.pageable.base.OutputTarget.


Nested Class Summary
 
Nested classes inherited from class org.jfree.report.modules.output.pageable.base.operations.PhysicalOperation
PhysicalOperation.AddComment, PhysicalOperation.PrintFilledShapeOperation, PhysicalOperation.PrintImageOperation, PhysicalOperation.PrintShapeOperation, PhysicalOperation.PrintTextOperation, PhysicalOperation.ProcessDrawableOperation, PhysicalOperation.SetBoundsOperation, PhysicalOperation.SetFontOperation, PhysicalOperation.SetPaintOperation, PhysicalOperation.SetStrokeOperation
 
Field Summary
private  java.awt.Color paint
          The paint.
 
Constructor Summary
PhysicalOperation.SetPaintOperation(java.awt.Color paint)
          Creates a new 'set paint' operation.
 
Method Summary
 void performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot)
          Sets the paint for an output target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paint

private java.awt.Color paint
The paint.

Constructor Detail

PhysicalOperation.SetPaintOperation

public PhysicalOperation.SetPaintOperation(java.awt.Color paint)
Creates a new 'set paint' operation.

Method Detail

performOperation

public void performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot)
                      throws org.jfree.report.modules.output.pageable.base.OutputTargetException
Sets the paint for an output target.

Specified by:
performOperation in class PhysicalOperation