Package cl.alejo.jcsim.csim.gates

Examples of cl.alejo.jcsim.csim.gates.IconGate.apply()


   *            int Posicion y
   */
  public void apply(int x, int y) {
    IconGate icon = findIcon(x, y);
    if (icon != null)
      icon.apply(x, y);
  }

  /**
   * Insert the method's description here. Creation date: (03/04/01 17:27:06)
   *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.