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 OutputStreamgetOutputStreamForControlSequence(int length) Returns anOutputStreamfor the next control sequence.Methods inherited from class 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:PtocaBuilderReturns anOutputStreamfor the next control sequence. This gives a subclass a chance to do chunking of control sequences into multiple presentation text data objects.- Specified by:
getOutputStreamForControlSequencein classPtocaBuilder- Parameters:
length- the length of the following control sequence- Returns:
- the output stream where the control sequence will be written to
-