Package | Description |
---|---|
com.modeliosoft.modelio.api.diagram | |
com.modeliosoft.modelio.api.diagram.tools |
Modifier and Type | Method and Description |
---|---|
ILinkPath |
IDiagramLink.getPath()
Return the path of the current link.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiagramLink.setPath(ILinkPath linkPath)
This method tries to set the current link path.
|
Modifier and Type | Method and Description |
---|---|
void |
ILinkCommand.actionPerformed(IDiagramHandle diagramHandle,
IDiagramGraphic originNode,
IDiagramGraphic targetNode,
IDiagramLink.LinkRouterKind routerType,
ILinkPath path)
This method is invoked when the command is launched.
|
abstract void |
DefaultLinkCommand.actionPerformed(IDiagramHandle diagramHandle,
IDiagramGraphic originNode,
IDiagramGraphic targetNode,
IDiagramLink.LinkRouterKind touterType,
ILinkPath path)
This method is invoked when the command is launched.
|
void |
IAttachedBoxCommand.actionPerformed(IDiagramHandle diagramHandle,
IDiagramGraphic originNode,
IDiagramLink.LinkRouterKind routerType,
ILinkPath path,
Point point)
This method is called when the user click on an existing diagram element.
|
abstract void |
DefaultAttachedBoxCommand.actionPerformed(IDiagramHandle diagramHandle,
IDiagramGraphic originNode,
IDiagramLink.LinkRouterKind routerType,
ILinkPath path,
Point point)
This method is called when the user click on an existing diagram element.
|
Modifier and Type | Method and Description |
---|---|
void |
IMultiLinkCommand.actionPerformed(IDiagramHandle diagramHandle,
IDiagramGraphic lastNode,
List<IDiagramGraphic> otherNodes,
List<IDiagramLink.LinkRouterKind> routerKinds,
List<ILinkPath> paths,
Rectangle rectangle)
This method is invoked when the command is launched.
|
abstract void |
DefaultMultiLinkCommand.actionPerformed(IDiagramHandle diagramHandle,
IDiagramGraphic lastNode,
List<IDiagramGraphic> otherNodes,
List<IDiagramLink.LinkRouterKind> routerKinds,
List<ILinkPath> paths,
Rectangle rectangle)
This method is invoked when the command is launched.
|