Package org.apache.fop.afp.ptoca
Interface PtocaProducer
- All Known Implementing Classes:
LineDataInfoProducer,TextDataInfoProducer
public interface PtocaProducer
Producer interface that is passed to a
PresentationTextObject
to produce PTOCA control sequences using a PtocaBuilder.-
Method Summary
Modifier and TypeMethodDescriptionvoidproduce(PtocaBuilder builder) Produces the PTOCA control sequences by calling methods onPtocaBuilder.
-
Method Details
-
produce
Produces the PTOCA control sequences by calling methods onPtocaBuilder.- Parameters:
builder- the builder object- Throws:
IOException- if an I/O error occurs
-