Package org.apache.fop.afp.ptoca
Interface PtocaProducer
-
- All Known Implementing Classes:
LineDataInfoProducer
,TextDataInfoProducer
public interface PtocaProducer
Producer interface that is passed to aPresentationTextObject
to produce PTOCA control sequences using aPtocaBuilder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
produce(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
-
-