Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<OutputSegment> |
OutputSegment.COMPARATOR
The comparator used to sort output segments in the
OutputDocument before output. |
Modifier and Type | Method and Description |
---|---|
java.util.List<OutputSegment> |
OutputDocument.getRegisteredOutputSegments()
Returns a list all of the registered
OutputSegment objects in this output document. |
Modifier and Type | Method and Description |
---|---|
void |
OutputDocument.register(OutputSegment outputSegment)
Registers the specified output segment in this output document.
|