Package org.apache.fop.afp.modca
Class PresentationTextObject.DefaultBuilder
java.lang.Object
org.apache.fop.afp.ptoca.PtocaBuilder
org.apache.fop.afp.modca.PresentationTextObject.DefaultBuilder
- All Implemented Interfaces:
PtocaConstants
- Enclosing class:
PresentationTextObject
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OutputStream
getOutputStreamForControlSequence
(int length) Returns anOutputStream
for the next control sequence.Methods inherited from class org.apache.fop.afp.ptoca.PtocaBuilder
absoluteMoveBaseline, absoluteMoveInline, addTransparentData, drawBaxisRule, drawIaxisRule, endChainedControlSequence, relativeMoveInline, setCodedFont, setExtendedTextColor, setInterCharacterAdjustment, setTextOrientation, setVariableSpaceCharacterIncrement, writeIntroducer
-
Constructor Details
-
DefaultBuilder
private DefaultBuilder()
-
-
Method Details
-
getBytesAvailable
-
getOutputStreamForControlSequence
Description copied from class:PtocaBuilder
Returns anOutputStream
for the next control sequence. This gives a subclass a chance to do chunking of control sequences into multiple presentation text data objects.- Specified by:
getOutputStreamForControlSequence
in classPtocaBuilder
- Parameters:
length
- the length of the following control sequence- Returns:
- the output stream where the control sequence will be written to
-