Uses of Interface
omix.plugin.diagram.GraphicsNodeItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of GraphicsNodeItem in omix.plugin.diagram
Methods in omix.plugin.diagram that return types with arguments of type GraphicsNodeItem Modifier and Type Method Description List<? extends GraphicsNodeItem>
Diagram. getGraphicsNodeItems(String identifier)
List<? extends GraphicsNodeItem>
Diagram. graphicsNodes()
Returns an unchangeableList
of all graphics nodes. -
Uses of GraphicsNodeItem in omix.plugin.diagram.writable
Subinterfaces of GraphicsNodeItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
GraphicsNodeItem
Methods in omix.plugin.diagram.writable that return GraphicsNodeItem Modifier and Type Method Description GraphicsNodeItem
GraphicsNodeItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type GraphicsNodeItem Modifier and Type Method Description GraphicsNodeItem
Diagram. toWritable(GraphicsNodeItem node)
-
Uses of GraphicsNodeItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type GraphicsNodeItem Modifier and Type Method Description List<? extends GraphicsNodeItem>
GraphicsNode. getDiagramItems()
List<? extends GraphicsNodeItem>
GraphicsNode. getDiagramItems(Diagram diagram)