public class TailConnection extends Connection
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex()
Method to determine the index of this TailConnection on its ArcInst.
|
EPoint |
getLocation()
Method to return the location on this TailConnection.
|
PortInst |
getPortInst()
Method to return the PortInst on this TailConnection.
|
boolean |
isArrowed()
Method to tell whether this connection is arrowed.
|
boolean |
isExtended()
Method to tell whether this connection is extended.
|
boolean |
isNegated()
Method to tell whether this connection is negated.
|
void |
setArrowed(boolean state)
Method to set whether this connection is arrowed.
|
void |
setExtended(boolean e)
Method to set whether this connection is extended.
|
void |
setNegated(boolean negated)
Method to set whether this connection is negated.
|
java.lang.String |
toString()
Returns a printable version of this TailConnection.
|
getArcpublic PortInst getPortInst()
getPortInst in class Connectionpublic EPoint getLocation()
getLocation in class Connectionpublic boolean isArrowed()
isArrowed in class Connectionpublic void setArrowed(boolean state)
setArrowed in class Connectionstate - true to set that end of this arc to be arrowed.public boolean isExtended()
isExtended in class Connectionpublic void setExtended(boolean e)
setExtended in class Connectione - true to set that end of this arc to be extended.public boolean isNegated()
isNegated in class Connectionpublic void setNegated(boolean negated)
setNegated in class Connectionnegated - true if this connection is negated.public int getEndIndex()
getEndIndex in class Connectionpublic java.lang.String toString()
toString in class java.lang.Object