Uses of Interface
org.apache.poi.sl.usermodel.FreeformShape
-
Packages that use FreeformShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of FreeformShape in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type FreeformShape Modifier and Type Method Description DrawFreeformShape
DrawFactory. getDrawable(FreeformShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type FreeformShape Constructor Description DrawFreeformShape(FreeformShape<?,?> shape)
-
Uses of FreeformShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return FreeformShape Modifier and Type Method Description FreeformShape<S,P>
ShapeContainer. createFreeform()
create a new shape with a custom geometry
-