public interface IConnectorFormat
| Modifier and Type | Method and Description |
|---|---|
void |
beginConnect(IShape connectedShape,
int connectionSite)
Attaches the beginning of the specified connector to a specified shape.
|
void |
beginDisconnect()
Detaches the beginning of the specified connector from the shape it’s
attached to.
|
void |
endConnect(IShape connectedShape,
int connectionSite)
Attaches the end of the specified connector to a specified shape.
|
void |
endDisconnect()
Detaches the end of the specified connector from the shape it’s attached to.
|
boolean |
getBeginConnected()
Gets whether the connector is connected to a shape (True if the beginning of
the specified connector is connected to a shape).
|
IShape |
getBeginConnectedShape()
Returns the
IShape object that represents the shape that the
beginning of the specified connector is attached to. |
int |
getBeginConnectionSite()
Returns an integer that specifies the connection site that the end of a
connector is connected to.
|
boolean |
getEndConnected()
Gets whether the end of the connector is connected to a shape (True if the
end of the specified connector is connected to a shape).
|
IShape |
getEndConnectedShape()
Returns the
IShape object that represents the shape that the end of
the specified connector is attached to. |
int |
getEndConnectionSite()
Returns an integer that specifies the connection site that the end of a
connector is connected to.
|
ConnectorType |
getType()
Gets the connector format type.
|
void |
setType(ConnectorType value)
Sets the connector format type.
|
boolean getBeginConnected()
IShape getBeginConnectedShape()
IShape object that represents the shape that the
beginning of the specified connector is attached to.int getBeginConnectionSite()
boolean getEndConnected()
IShape getEndConnectedShape()
IShape object that represents the shape that the end of
the specified connector is attached to.int getEndConnectionSite()
ConnectorType getType()
void setType(ConnectorType value)
void beginConnect(IShape connectedShape, int connectionSite)
void beginDisconnect()
void endConnect(IShape connectedShape, int connectionSite)
void endDisconnect()