Uses of Class
org.apache.poi.hslf.model.SimpleShape

Packages that use SimpleShape
org.apache.poi.hslf.model   
 

Uses of SimpleShape in org.apache.poi.hslf.model
 

Subclasses of SimpleShape in org.apache.poi.hslf.model
 class ActiveXShape
          Represents an ActiveX control in a PowerPoint document.
 class AutoShape
          Represents an AutoShape.
 class Freeform
          A "Freeform" shape.
 class Line
          Represents a line in a PowerPoint drawing
 class MovieShape
          Represents a movie in a PowerPoint document.
 class OLEShape
          A shape representing embedded OLE obejct.
 class Picture
          Represents a picture in a PowerPoint document.
 class Placeholder
          Represents a Placeholder in PowerPoint.
 class Polygon
          A simple closed polygon shape
 class TableCell
          Represents a cell in a ppt table
 class TextBox
          Represents a TextFrame shape in PowerPoint.
 class TextShape
          A common superclass of all shapes that can hold text.
 

Methods in org.apache.poi.hslf.model with parameters of type SimpleShape
static void ShapePainter.paint(SimpleShape shape, java.awt.Graphics2D graphics)