Class WithComposite

  • All Implemented Interfaces:
    Picture

    public class WithComposite
    extends java.lang.Object
    implements Picture
    • Constructor Detail

      • WithComposite

        public WithComposite()
    • Method Detail

      • make

        public static WithComposite make​(java.lang.Object[] arguments)
      • singleOp

        public java.awt.Composite singleOp()
      • paint

        public void paint​(java.awt.Graphics2D graphics)
        Specified by:
        paint in interface Picture
      • getBounds2D

        public java.awt.geom.Rectangle2D getBounds2D()
        Specified by:
        getBounds2D in interface Picture
      • transform

        public Picture transform​(java.awt.geom.AffineTransform tr)
        Specified by:
        transform in interface Picture