public interface ConnectorTarget
Modifier and Type | Method and Description |
---|---|
Site |
getHeadSite(Connector c,
Figure f,
double x,
double y)
Return a suitable site to connect the given connector's head to,
based on this figure and location.
|
Site |
getHeadSite(Connector c,
Site s,
double x,
double y)
Return a suitable site to connect a connector's head to.
|
Site |
getHeadSite(Figure f,
double x,
double y)
Return a suitable site to connect a connector's head to,
based on this figure and location.
|
Site |
getHeadSite(Site s,
double x,
double y)
Deprecated.
Use getHeadSite that takes a connector.
|
Site |
getTailSite(Connector c,
Figure f,
double x,
double y)
Return a suitable site to connect the given connector's tail to,
based on this figure and location.
|
Site |
getTailSite(Connector c,
Site s,
double x,
double y)
Return a suitable site to connect a connector's tail to.
|
Site |
getTailSite(Figure f,
double x,
double y)
Return a suitable site to connect a connector's tail to,
based on this figure and location.
|
Site |
getTailSite(Site s,
double x,
double y)
Deprecated.
Use getTailSite that takes a connector.
|
Site getHeadSite(Figure f, double x, double y)
f
- The figurex
- The x location of the sitey
- The y location of the siteSite getTailSite(Figure f, double x, double y)
f
- The figurex
- The x location of the sitey
- The y location of the site@Deprecated Site getHeadSite(Site s, double x, double y)
s
- The sitex
- The x location of the sitey
- The y location of the site@Deprecated Site getTailSite(Site s, double x, double y)
s
- The sitex
- The x location of the sitey
- The y location of the siteSite getHeadSite(Connector c, Figure f, double x, double y)
c
- The connectorf
- The figurex
- The x location of the sitey
- The y location of the siteSite getTailSite(Connector c, Figure f, double x, double y)
c
- The connectorf
- The figurex
- The x location of the sitey
- The y location of the siteSite getHeadSite(Connector c, Site s, double x, double y)
c
- The connectors
- The sitex
- The x location of the sitey
- The y location of the site