Uses of Interface
org.apache.poi.sl.draw.Drawable
-
Packages that use Drawable Package Description org.apache.poi.sl.draw -
-
Uses of Drawable in org.apache.poi.sl.draw
Classes in org.apache.poi.sl.draw that implement Drawable Modifier and Type Class Description class
DrawAutoShape
class
DrawBackground
class
DrawConnectorShape
class
DrawFreeformShape
class
DrawGraphicalFrame
class
DrawGroupShape
class
DrawMasterSheet
class
DrawNothing
class
DrawPictureShape
class
DrawShape
class
DrawSheet
class
DrawSimpleShape
class
DrawSlide
class
DrawTableShape
class
DrawTextBox
class
DrawTextFragment
class
DrawTextParagraph
class
DrawTextShape
Methods in org.apache.poi.sl.draw that return Drawable Modifier and Type Method Description Drawable
DrawFactory. getDrawable(Shape<?,?> shape)
protected Drawable
DrawTableShape. getGroupShape(Graphics2D graphics)
-