Package it.freedomotic.model.ds

Examples of it.freedomotic.model.ds.ColorList


        // just for testing, don't mind it
        new StompDispatcher();

        // TODO change this object to an enum and do init in another location.
        new ColorList(); //initialize an ordered list of colors used for various purposes, eg: people colors

        /**
         * ******************************************************************
         * Starting the logger and popup it in the browser
         * *****************************************************************
 
View Full Code Here


    public static String getInstanceID() {
        return INSTANCE_ID;
    }

    public void loadGraphics(Dimension dimension) {
        new ColorList();
    }
View Full Code Here

TOP

Related Classes of it.freedomotic.model.ds.ColorList

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.