Uses of Interface
omix.plugin.model.GraphicsNode
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of GraphicsNode in omix.plugin.diagram
Methods in omix.plugin.diagram that return GraphicsNode Modifier and Type Method Description GraphicsNode
GraphicsNodeItem. modelComponent()
-
Uses of GraphicsNode in omix.plugin.model
Methods in omix.plugin.model that return GraphicsNode Modifier and Type Method Description GraphicsNode
Model. getGraphicsNode(String identifier)
Returns the graphics node item by identifier if available, otherwise null.Methods in omix.plugin.model that return types with arguments of type GraphicsNode Modifier and Type Method Description List<? extends GraphicsNode>
Model. graphicsNodes()
Returns an unchangeableList
of all graphics nodes. -
Uses of GraphicsNode in omix.plugin.model.writable
Subinterfaces of GraphicsNode in omix.plugin.model.writable Modifier and Type Interface Description interface
GraphicsNode
Methods in omix.plugin.model.writable that return GraphicsNode Modifier and Type Method Description GraphicsNode
GraphicsNode. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type GraphicsNode Modifier and Type Method Description GraphicsNode
Model. toWritable(GraphicsNode node)