Package org.foray.graphic.factory

Examples of org.foray.graphic.factory.BMPFactory


    /**
     * Registers the predefined standard factories.
     */
    private void registerStandardFactories() {
        this.standardFactories.add(new BMPFactory(this));
        this.standardFactories.add(new EPSFactory(this));
        this.standardFactories.add(new GIFFactory(this));
        this.standardFactories.add(new JPEGFactory(this));
        this.standardFactories.add(new SVGFactory(this));
        this.standardFactories.add(new PDFFactory(this));
View Full Code Here

TOP

Related Classes of org.foray.graphic.factory.BMPFactory

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.