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

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

public static class PhysicalOperation.SetFontOperation
extends PhysicalOperation

An operation that sets the font 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  org.jfree.report.style.FontDefinition font
          The font.
 
Constructor Summary
PhysicalOperation.SetFontOperation(org.jfree.report.style.FontDefinition font)
          Creates a new 'set font' operation.
 
Method Summary
 void performOperation(org.jfree.report.modules.output.pageable.base.OutputTarget ot)
          Performs the operation, in this case setting the font for the output target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

private org.jfree.report.style.FontDefinition font
The font.

Constructor Detail

PhysicalOperation.SetFontOperation

public PhysicalOperation.SetFontOperation(org.jfree.report.style.FontDefinition font)
Creates a new 'set font' 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
Performs the operation, in this case setting the font for the output target.

Specified by:
performOperation in class PhysicalOperation