Package org.openbp.cockpit.modeler.figures.process

Examples of org.openbp.cockpit.modeler.figures.process.NodeFigure.connect()


   * @return The new figure or null on error
   */
  public NodeFigure createNodeFigure(Node node)
  {
    NodeFigure figure = (NodeFigure) ProcessElementFigureRegistry.getInstance().createProcessElementContainer(node);
    figure.connect(node, this);
    return figure;
  }

  /**
   * Creates a text element figure based on the given text element.
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.