Package org.jhotdraw.standard

Examples of org.jhotdraw.standard.SingleFigureEnumerator


    getConnection().connectEnd(getEndConnector());
    getConnection().updateConnection();

    setUndoActivity(createUndoActivity());
    getUndoActivity().setAffectedFigures
        (new SingleFigureEnumerator(getAddedFigure()));
  }
View Full Code Here

TOP

Related Classes of org.jhotdraw.standard.SingleFigureEnumerator

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.