Class ShapeViewFactory


  • @Dependent
    public class ShapeViewFactory
    extends Object
    • Constructor Detail

      • ShapeViewFactory

        protected ShapeViewFactory()
    • Method Detail

      • rectangle

        public RectangleView rectangle​(double width,
                                       double height,
                                       double corner_radius)
      • pictureFromUri

        public PictureShapeView pictureFromUri​(com.google.gwt.safehtml.shared.SafeUri uri,
                                               double width,
                                               double height)
      • circle

        public CircleView circle​(double radius)
      • ring

        public RingView ring​(double outer)
      • polygon

        public PolygonView polygon​(double radius)
      • connector

        public AbstractConnectorView connector​(org.kie.workbench.common.stunner.shapes.def.ConnectorShapeDef.Direction direction,
                                               double... points)