Package org.apache.fop.afp.ptoca
Interface PtocaProducer
-
- All Known Implementing Classes:
LineDataInfoProducer,TextDataInfoProducer
public interface PtocaProducerProducer interface that is passed to aPresentationTextObjectto produce PTOCA control sequences using aPtocaBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidproduce(PtocaBuilder builder)Produces the PTOCA control sequences by calling methods onPtocaBuilder.
-
-
-
Method Detail
-
produce
void produce(PtocaBuilder builder) throws java.io.IOException
Produces the PTOCA control sequences by calling methods onPtocaBuilder.- Parameters:
builder- the builder object- Throws:
java.io.IOException- if an I/O error occurs
-
-