Package jsynoptic.plugins.circuit

Examples of jsynoptic.plugins.circuit.ColorCircuitGate


    protected ColorCircuitGate out;

    public Emitter(int ox, int oy, int width, int height) {
        super(ox, oy, width, height);
        addGate(out = new ColorCircuitGate(this, Gate.EAST,  "Out"));
    }
View Full Code Here

TOP

Related Classes of jsynoptic.plugins.circuit.ColorCircuitGate

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.