Package org.jdesktop.wonderland.modules.defaultenvironment.common.ColorRGBAAdapter

Examples of org.jdesktop.wonderland.modules.defaultenvironment.common.ColorRGBAAdapter.ColorRGBAHandler


    @Override
    public ColorRGBAHandler marshal(ColorRGBA color) throws Exception {
        if(color==null)
            return null;
       
        return new ColorRGBAHandler(color);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.defaultenvironment.common.ColorRGBAAdapter.ColorRGBAHandler

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.