Class PictureVisitor

    • Constructor Detail

      • PictureVisitor

        public PictureVisitor()
    • Method Detail

      • visitFillShape

        public void visitFillShape​(FillShape pic)
      • visitDrawShape

        public void visitDrawShape​(DrawShape pic)
      • visitDrawImage

        public void visitDrawImage​(DrawImage pic)
      • visitWithPaint

        public void visitWithPaint​(WithPaint pic)
      • visitWithTransform

        public void visitWithTransform​(WithTransform pic)
      • visitWithComposite

        public void visitWithComposite​(WithComposite pic)
      • visitPBox

        public void visitPBox​(PBox pic)