public class ODGConnector extends Object
| Constructor and Description |
|---|
ODGConnector(Element elem) |
| Modifier and Type | Method and Description |
|---|---|
ODGConnectorPoint |
getEndConnectorPoint() |
Point2D |
getEndPoint() |
ODGConnectorPoint |
getStartConnectorPoint() |
Point2D |
getStartPoint() |
String |
getType() |
boolean |
isEndController() |
boolean |
isError(ODGController controller) |
boolean |
isFunction() |
boolean |
isFunctionConfig() |
boolean |
isFunctionLink() |
boolean |
isLoopback() |
boolean |
isStartController() |
void |
setEndConnectorPoint(ODGConnectorPoint endConnectorPoint) |
void |
setStartConnectorPoint(ODGConnectorPoint startConnectorPoint) |
String |
toString() |
public ODGConnector(Element elem)
public String getType()
public Point2D getStartPoint()
public Point2D getEndPoint()
public void setStartConnectorPoint(ODGConnectorPoint startConnectorPoint)
public void setEndConnectorPoint(ODGConnectorPoint endConnectorPoint)
public ODGConnectorPoint getStartConnectorPoint()
public ODGConnectorPoint getEndConnectorPoint()
public boolean isFunction()
public boolean isLoopback()
public boolean isFunctionLink()
public boolean isStartController()
public boolean isError(ODGController controller)
public boolean isEndController()
Copyright © 2017. All rights reserved.