Uses of Interface
omix.plugin.diagram.GraphicsEdgeItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of GraphicsEdgeItem in omix.plugin.diagram
Methods in omix.plugin.diagram that return types with arguments of type GraphicsEdgeItem Modifier and Type Method Description List<? extends GraphicsEdgeItem>
AbstractNodeItem. graphicsEdges()
List<? extends GraphicsEdgeItem>
Diagram. graphicsEdges()
Returns an unchangeableList
of all graphics edges (connection edges). -
Uses of GraphicsEdgeItem in omix.plugin.diagram.writable
Subinterfaces of GraphicsEdgeItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
GraphicsEdgeItem
Methods in omix.plugin.diagram.writable that return GraphicsEdgeItem Modifier and Type Method Description GraphicsEdgeItem
GraphicsEdgeItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type GraphicsEdgeItem Modifier and Type Method Description GraphicsEdgeItem
Diagram. toWritable(GraphicsEdgeItem edge)
-
Uses of GraphicsEdgeItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type GraphicsEdgeItem Modifier and Type Method Description List<? extends GraphicsEdgeItem>
GraphicsEdge. getDiagramItems()
List<? extends GraphicsEdgeItem>
GraphicsEdge. getDiagramItems(Diagram diagram)