Package org.apache.fop.afp.ptoca

Examples of org.apache.fop.afp.ptoca.LineDataInfoProducer


     *
     * @param lineDataInfo the line data information.
     */
    public void createLineData(AFPLineDataInfo lineDataInfo) {
        try {
            createControlSequences(new LineDataInfoProducer(lineDataInfo));
        } catch (UnsupportedEncodingException e) {
            handleUnexpectedIOError(e); //Won't happen for lines
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.fop.afp.ptoca.LineDataInfoProducer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.