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