|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.pageable.operations.PhysicalOperation
com.jrefinery.report.targets.pageable.operations.PhysicalOperation.SetBoundsOperation
An operation that sets the bounds for an
OutputTarget
.
Nested Class Summary |
Nested classes inherited from class com.jrefinery.report.targets.pageable.operations.PhysicalOperation |
PhysicalOperation.AddComment, PhysicalOperation.PrintFilledShapeOperation, PhysicalOperation.PrintImageOperation, PhysicalOperation.PrintShapeOperation, PhysicalOperation.PrintTextOperation, PhysicalOperation.ProcessDrawableOperation, PhysicalOperation.SetBoundsOperation, PhysicalOperation.SetFontOperation, PhysicalOperation.SetPaintOperation, PhysicalOperation.SetStrokeOperation |
Constructor Summary | |
PhysicalOperation.SetBoundsOperation(java.awt.geom.Rectangle2D bounds)
Creates a new 'set bounds' operation. |
Method Summary | |
void |
performOperation(OutputTarget ot)
Sets the bounds for an output target. |
java.lang.String |
toString()
Returns a string representing the operation, useful for debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PhysicalOperation.SetBoundsOperation(java.awt.geom.Rectangle2D bounds)
bounds
- the bounds (null not permitted).Method Detail |
public void performOperation(OutputTarget ot) throws OutputTargetException
performOperation
in class PhysicalOperation
ot
- the output target.
OutputTargetException
- if there is a problem performing the operation on the target.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |