|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IConnectorPoint in com.ebmwebsourcing.geasytools.geasyui.api.connectable |
|---|
| Subinterfaces of IConnectorPoint in com.ebmwebsourcing.geasytools.geasyui.api.connectable | |
|---|---|
interface |
IConnectorEnd
|
interface |
IConnectorStart
|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable that return IConnectorPoint | |
|---|---|
IConnectorPoint |
IConnector.createConnectorPoint(int x,
int y)
|
IConnectorPoint |
IConnectorPoint.getNextPoint()
|
IConnectorPoint |
IConnectorPoint.getPreviousPoint()
|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable that return types with arguments of type IConnectorPoint | |
|---|---|
java.util.LinkedHashSet<IConnectorPoint> |
IConnector.getAllConnectorPoints()
|
java.util.HashSet<IConnectorPoint> |
IMagnet.getConnectorPoints()
|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable with parameters of type IConnectorPoint | |
|---|---|
void |
IMagnet.addConnectorPoint(IConnectorPoint connectorPoint)
|
void |
IConnector.addIntermediateConnectorPoint(IConnectorPoint point,
IConnectorPoint previousPoint,
IConnectorPoint nextPoint)
|
void |
IMagnet.removeConnectorPoint(IConnectorPoint connectorPoint)
|
void |
IConnector.removeIntermediateConnectorPoint(IConnectorPoint point)
|
void |
IConnectorPoint.setNextPoint(IConnectorPoint nextPoint)
|
void |
IConnectorPoint.setPreviousPoint(IConnectorPoint previousPoint)
|
| Uses of IConnectorPoint in com.ebmwebsourcing.geasytools.geasyui.api.connectable.events |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.api.connectable.events that return IConnectorPoint | |
|---|---|
IConnectorPoint |
IAddWayPointEvent.getNextPoint()
The closest existing point after actual waypoint |
IConnectorPoint |
IAddWayPointEvent.getPreviousPoint()
The closest existing point before actual waypoint |
IConnectorPoint |
IRemoveWayPointEvent.getRemovedWayPoint()
|
| Uses of IConnectorPoint in com.ebmwebsourcing.geasytools.geasyui.impl.connectable |
|---|
| Classes in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that implement IConnectorPoint | |
|---|---|
class |
ConnectorPoint
|
| Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that return IConnectorPoint | |
|---|---|
IConnectorPoint |
ConnectorDefaultHandlers.ClosestPoints.getMaxPoint()
|
IConnectorPoint |
ConnectorDefaultHandlers.ClosestPoints.getMinPoint()
|
IConnectorPoint |
ConnectorPoint.getNextPoint()
|
IConnectorPoint |
ConnectorPoint.getPreviousPoint()
|
| Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that return types with arguments of type IConnectorPoint | |
|---|---|
java.util.LinkedHashSet<IConnectorPoint> |
Connector.getAllConnectorPoints()
|
java.util.HashSet<IConnectorPoint> |
Magnet.getConnectorPoints()
|
| Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable with parameters of type IConnectorPoint | |
|---|---|
void |
Magnet.addConnectorPoint(IConnectorPoint connectorPoint)
|
void |
Connector.addIntermediateConnectorPoint(IConnectorPoint point,
IConnectorPoint previousPoint,
IConnectorPoint nextPoint)
|
void |
Magnet.removeConnectorPoint(IConnectorPoint connectorPoint)
|
void |
Connector.removeIntermediateConnectorPoint(IConnectorPoint point)
|
void |
ConnectorPoint.setNextPoint(IConnectorPoint nextPoint)
|
void |
ConnectorPoint.setPreviousPoint(IConnectorPoint previousPoint)
|
| Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.connectable with parameters of type IConnectorPoint | |
|---|---|
ConnectorDefaultHandlers.ClosestPoints(IConnectorPoint minPoint,
IConnectorPoint maxPoint)
|
|
| Uses of IConnectorPoint in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events |
|---|
| Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events that return IConnectorPoint | |
|---|---|
IConnectorPoint |
AddWayPointEvent.getNextPoint()
|
IConnectorPoint |
AddWayPointEvent.getPreviousPoint()
|
IConnectorPoint |
RemoveWayPointEvent.getRemovedWayPoint()
|
| Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.connectable.events with parameters of type IConnectorPoint | |
|---|---|
AddWayPointEvent(IPoint point,
IConnectorPoint previousPoint,
IConnectorPoint nextPoint)
|
|
RemoveWayPointEvent(IConnectorPoint removedPoint)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||