Package de.ailis.jollada.model

Examples of de.ailis.jollada.model.EffectInstance


    public EffectInstance build()
    {
        if (this.url == null)
            throw new IllegalStateException("url not set");
        final EffectInstance effectInstance = new EffectInstance(this.url);
        effectInstance.setName(this.name);
        effectInstance.setSid(this.sid);
        return effectInstance;
    }
View Full Code Here

TOP

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

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.