Examples of XRectangleFigure


Examples of org.openbp.cockpit.modeler.figures.generic.XRectangleFigure

   * @return The presentation figure
   */
  protected XFigure createPresentationFigure()
  {
    // We use a simple transparent rectangle figure
    XRectangleFigure figure = new XRectangleFigure();

    figure.setFrameColor(null);
    figure.setFillColor(null);

    return figure;
  }
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.