Package org.apache.poi.sl.draw

Interface Summary
Drawable  
DrawFontManager Manages fonts when rendering slides.
ImageRenderer Classes can implement this interfaces to support other formats, for example, use Apache Batik to render WMF, PICT can be rendered using Apple QuickTime API for Java:
 

Class Summary
BitmapImageRenderer For now this class renders only images supported by the javax.imageio.ImageIO framework.
Drawable.DrawableHint  
DrawAutoShape  
DrawBackground  
DrawConnectorShape  
DrawFactory  
DrawFontManagerDefault Manages fonts when rendering slides.
DrawFreeformShape  
DrawGraphicalFrame  
DrawGroupShape  
DrawMasterSheet  
DrawNothing  
DrawPaint This class handles color transformations.
DrawPictureShape  
DrawShape  
DrawSheet  
DrawSimpleShape  
DrawSlide  
DrawTableShape  
DrawTextBox  
DrawTextFragment  
DrawTextParagraph  
DrawTextShape  
SLGraphics Translates Graphics2D calls into PowerPoint.
 

Annotation Types Summary
DrawNotImplemented This is a marker annotation for classes which don't have a defined draw implementation.