Class DrawGraphicalFrame

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

public class DrawGraphicalFrame extends DrawShape
  • Constructor Details

    • DrawGraphicalFrame

      public DrawGraphicalFrame(GraphicalFrame<?,?> shape)
  • Method Details

    • draw

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