Interface | Description |
---|---|
IDiagramCustomizer |
This interface is used to define a diagram palette for a module.
|
IDiagramGraphic |
Base interface of all graphical elements that are related to an
IElement model. |
IDiagramHandle |
This class is used to manipulate a diagram's content.
|
IDiagramLink |
This class represents a DiagramGraphic of the 'link' kind.
|
IDiagramNode |
This class represents a DiagramGraphic of the 'node' kind.
|
IDiagramService |
This interface gives an entry point to manipulate the Modelio diagrams.
|
ILinkPath |
Interface for a connection path.
|
Enum | Description |
---|---|
IDiagramLink.LinkRouterKind |
Available connection routers.
|
Exception | Description |
---|---|
InvalidDestinationPointException |
Thrown when the destination point of a
ILinkPath is invalid. |
InvalidPointsPathException |
Thrown when a point of a
ILinkPath is invalid. |
InvalidSourcePointException |
Thrown when the source point of a
ILinkPath is invalid. |