Uses of Interface
org.apache.poi.sl.usermodel.GroupShape
-
Packages that use GroupShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of GroupShape in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return GroupShape Modifier and Type Method Description protected GroupShape<?,?>
DrawGroupShape. getShape()
GroupShape<?,?>
SLGraphics. getShapeGroup()
Methods in org.apache.poi.sl.draw with parameters of type GroupShape Modifier and Type Method Description DrawGroupShape
DrawFactory. getDrawable(GroupShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type GroupShape Constructor Description DrawGroupShape(GroupShape<?,?> shape)
SLGraphics(GroupShape<?,?> group)
Construct Java Graphics object which translates graphic calls in ppt drawing layer. -
Uses of GroupShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return GroupShape Modifier and Type Method Description GroupShape<S,P>
ShapeContainer. createGroup()
create a group of shapes belonging to this container
-