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