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.ProcessDrawableOperation  view PhysicalOperation.ProcessDrawableOperation download PhysicalOperation.ProcessDrawableOperation.java

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

public static class PhysicalOperation.ProcessDrawableOperation
extends PhysicalOperation

An operation that processes a Drawable on 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  org.jfree.report.DrawableContainer drawableContainer
          The drawable.
 
Constructor Summary
PhysicalOperation.ProcessDrawableOperation(org.jfree.report.DrawableContainer drawableContainer)
          Creates a new 'process Drawable' operation.
 
Method Summary
 void performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot)
          Draws a filled shape on an OutputTarget.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawableContainer

private org.jfree.report.DrawableContainer drawableContainer
The drawable.

Constructor Detail

PhysicalOperation.ProcessDrawableOperation

public PhysicalOperation.ProcessDrawableOperation(org.jfree.report.DrawableContainer drawableContainer)
Creates a new 'process Drawable' 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
Draws a filled shape on an OutputTarget.

Specified by:
performOperation in class PhysicalOperation