Class BaseFactory

    • Constructor Detail

      • BaseFactory

        public BaseFactory()
    • Method Detail

      • setAttributes

        protected void setAttributes​(com.ait.lienzo.client.core.shape.Shape<?> shape,
                                     String fillColor,
                                     double x,
                                     double y,
                                     String borderColor)
      • drawComponent

        protected com.ait.lienzo.client.core.shape.Rectangle drawComponent​(String color,
                                                                           int positionX,
                                                                           int positionY,
                                                                           int width,
                                                                           int height,
                                                                           String borderColor,
                                                                           double radius)
      • drawText

        protected com.ait.lienzo.client.core.shape.Text drawText​(String description,
                                                                 int fontSize,
                                                                 int positionX,
                                                                 int positionY)