Class FillShape

  • All Implemented Interfaces:
    Picture

    public class FillShape
    extends java.lang.Object
    implements Picture
    • Constructor Summary

      Constructors 
      Constructor Description
      FillShape​(java.awt.Shape shape)  
    • Constructor Detail

      • FillShape

        public FillShape​(java.awt.Shape shape)
    • Method Detail

      • getShape

        public java.awt.Shape getShape()
      • 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