Package com.volantis.map.common.impl.param

Examples of com.volantis.map.common.impl.param.DefaultMutableParameters


public class DefaultCommonFactory
        extends CommonFactory {

    // Javadoc inherited.
    public MutableParameters createMutableParameters() {
        return new DefaultMutableParameters();
    }
View Full Code Here

TOP

Related Classes of com.volantis.map.common.impl.param.DefaultMutableParameters

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.