Package org.apache.poi.sl.draw.geom

Interface Summary
Formula A guide formula in DrawingML.
IAdjustableShape A bridge to the consumer application.
PathCommand A path command in DrawingML.
 

Class Summary
AdjustValue Represents a shape adjust values (see section 20.1.9.5 in the spec)
ArcToCommand ArcTo command within a shape path in DrawingML: <arcTo wR="wr" hR="hr" stAng="stAng" swAng="swAng"/>
ClosePathCommand  
Context  
CurveToCommand  
CustomGeometry Definition of a custom geometric shape
Guide A simple pattern parser of shape guide formulas in DrawingML
LineToCommand  
MoveToCommand  
Outline  
Path Specifies a creation path consisting of a series of moves, lines and curves that when combined forms a geometric shape
PresetGeometries  
QuadToCommand