|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.pageable.Spool
A spool is a sequence of operations (instances of PhysicalOperation) that can be applied to an OutputTarget.
Constructor Summary | |
Spool()
Creates a new spool. |
Method Summary | |
void |
addOperation(PhysicalOperation op)
Adds an operation to the spool. |
java.lang.Object |
clone()
Clones the spool. |
PhysicalOperation[] |
getOperations()
Returns an array of operations. |
boolean |
isEmpty()
Checks whether this spool contains operations. |
void |
merge(Spool spool)
Appends the operations stored in a spool to the end of this spool's list. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Spool()
Method Detail |
public boolean isEmpty()
public PhysicalOperation[] getOperations()
public void addOperation(PhysicalOperation op)
addOperation
in interface PhysicalOperationsCollector
op
- the operation.public void merge(Spool spool)
spool
- the spool.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- if cloning is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |