Package | Description |
---|---|
com.modeliosoft.modelio.api.diagram | |
com.modeliosoft.modelio.api.diagram.tools |
Modifier and Type | Method and Description |
---|---|
IDiagramLink.LinkRouterKind |
IDiagramLink.getRouterKind()
Get the router referenced by the link.
|
static IDiagramLink.LinkRouterKind |
IDiagramLink.LinkRouterKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDiagramLink.LinkRouterKind[] |
IDiagramLink.LinkRouterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiagramLink.setRouterKind(IDiagramLink.LinkRouterKind routerKind)
Modify the router referenced by the link.
|
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.
|