Package org.openbp.cockpit.modeler.figures.generic

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

Related Classes of org.openbp.cockpit.modeler.figures.generic.XRectangleFigure

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.