Package de.ailis.jollada.model

Examples of de.ailis.jollada.model.RGBAColor


     *            The element attributes
     */

    private void enterShadingColor(final Attributes attributes)
    {
        this.rgbaColor = new RGBAColor();
        this.rgbaColor.setSid(attributes.getValue("sid"));
        this.stringBuilder = new StringBuilder();
        enterElement(ParserMode.SHADING_COLOR);
    }
View Full Code Here

TOP

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

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.