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
.
produce
void produce(PtocaBuilder builder)
throws java.io.IOException
- Produces the PTOCA control sequences by calling methods on
PtocaBuilder
.
- Parameters:
builder
- the builder object
- Throws:
java.io.IOException
- if an I/O error occurs
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.