Package org.eclipse.draw2d

Examples of org.eclipse.draw2d.PolylineConnection.invalidate()


    super.refreshVisuals();

//    Object model = getModel();
    PolylineConnection figureConnection = (PolylineConnection) getFigure();
    // set color ...
    figureConnection.invalidate();
    //setRoutingConstraint(null);
  }

  /**
   * @see org.eclipse.gef.editparts.AbstractConnectionEditPart#getAdapter(java.lang.Class)
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.