Class DrawGroupShape

java.lang.Object
org.apache.poi.sl.draw.DrawShape
org.apache.poi.sl.draw.DrawGroupShape
All Implemented Interfaces:
Drawable

public class DrawGroupShape extends DrawShape
  • Constructor Details

    • DrawGroupShape

      public DrawGroupShape(GroupShape<?,?> shape)
  • Method Details

    • draw

      public void draw(Graphics2D graphics)
      Description copied from interface: Drawable
      Draw this shape into the supplied canvas
      Specified by:
      draw in interface Drawable
      Overrides:
      draw in class DrawShape
      Parameters:
      graphics - the graphics to draw into
    • getShape

      protected GroupShape<?,?> getShape()
      Overrides:
      getShape in class DrawShape