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

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


            figure.setOrientation(((XFigure) presentationFigure).getOrientation());
          }

          if (presentationFigure instanceof XRoundRectangleFigure)
          {
            XRoundRectangleFigure sourceRR = (XRoundRectangleFigure) presentationFigure;
            XRoundRectangleFigure targetRR = (XRoundRectangleFigure) figure;

            targetRR.setArcWidth(sourceRR.getArcWidth());
            targetRR.setArcHeight(sourceRR.getArcHeight());
          }

          return figure;
        }
      }
View Full Code Here

TOP

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

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.