Package com.exigen.ie.constrainer.impl

Examples of com.exigen.ie.constrainer.impl.UndoableFloatImpl$UndoUndoableFloat


   * @param name
   *            Symbolic name.
   * @return Added undoable float.
   */
  public UndoableFloat addUndoableFloat(double value, String name) {
    return new UndoableFloatImpl(this, value, name);
  }
View Full Code Here


   * @param value
   *            Initial value.
   * @return Added undoable float.
   */
  public UndoableFloat addUndoableFloat(double value) {
    return new UndoableFloatImpl(this, value);
  }
View Full Code Here

TOP

Related Classes of com.exigen.ie.constrainer.impl.UndoableFloatImpl$UndoUndoableFloat

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.