public class ShapeConnectionPoint extends ConnectionPoint
node
Constructor and Description |
---|
ShapeConnectionPoint() |
ShapeConnectionPoint(ShapeNode node,
DiagramLink link,
boolean incoming) |
Modifier and Type | Method and Description |
---|---|
android.graphics.PointF |
getInitialPoint()
Returns a point (usually the center of the bounding rectangle) contained within the associated node.
|
void |
saveEndRelative()
Updates the coordinates of the connection point represented by this
link, relative to the bounding rectangle of the associated node.
|
addLinkToNode, calculateIntersections, canMoveLink, getAnchorPos, getAnchorPos, getEndPoint, getIncoming, getIntersection, getLink, getNode, getNodeRect, getRelativePosition, getRow, linkChanges, nodesIntersect, readExternal, removeLinkFromNode, sameNode, setRelativePosition, updateFromPoint, writeExternal
public ShapeConnectionPoint(ShapeNode node, DiagramLink link, boolean incoming)
public ShapeConnectionPoint()
public void saveEndRelative()
ConnectionPoint
saveEndRelative
in class ConnectionPoint
public android.graphics.PointF getInitialPoint()
ConnectionPoint
getInitialPoint
in class ConnectionPoint