Package de.ailis.jollada.model

Examples of de.ailis.jollada.model.CommonEffectProfile


    public CommonEffectProfile build()
    {
        if (this.technique == null)
            throw new IllegalStateException("technique not set");
        final CommonEffectProfile profile = new CommonEffectProfile(this.technique);
        profile.setAsset(this.asset);
        profile.setId(this.id);
        profile.getParams().addAll(this.params);
        return profile;
    }
View Full Code Here

TOP

Related Classes of de.ailis.jollada.model.CommonEffectProfile

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.