Package org.apache.fop.afp.util

Examples of org.apache.fop.afp.util.SimpleResourceAccessor


     * @param path the path to the installed afp fonts
     * @deprecated Please use {@link #CharacterSet(String, String, String, URI)} instead.
     */
    public CharacterSet(String codePage, String encoding, String name, String path) {
        this(codePage, encoding, name,
                new SimpleResourceAccessor(path != null ? new File(path) : null));
    }
View Full Code Here

TOP

Related Classes of org.apache.fop.afp.util.SimpleResourceAccessor

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.