Package com.rf1m.image2css.cli

Examples of com.rf1m.image2css.cli.ImmutableParameters


                                                      final Set<SupportedImageType> supportedImageTypes,
                                                      final boolean outputToScreen,
                                                      final boolean isLocalResource,
                                                      final URL url) {

        return new ImmutableParameters(imageFile, cssFile, htmlFile, supportedImageTypes, outputToScreen, isLocalResource, url);
    }
View Full Code Here

TOP

Related Classes of com.rf1m.image2css.cli.ImmutableParameters

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.