Uses of Interface
omix.plugin.model.writable.GraphicsNode
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable |
-
Uses of GraphicsNode in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return GraphicsNode Modifier and Type Method Description GraphicsNode
GraphicsNodeItem. modelComponent()
Methods in omix.plugin.diagram.writable with parameters of type GraphicsNode Modifier and Type Method Description GraphicsNodeItem
Diagram. createGraphicsNodeItem(GraphicsNode component)
-
Uses of GraphicsNode in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return GraphicsNode Modifier and Type Method Description GraphicsNode
Model. createGraphicsNode()
Create a new graphics node item with a generated random identifier.
After creating a new node, it must be explicitly added to the model byModel.addComponent(AbstractModelComponent)
.GraphicsNode
Model. createGraphicsNode(String text)
Create a new graphics node item.
After creating a new node, it must be explicitly added to the model byModel.addComponent(AbstractModelComponent)
.GraphicsNode
Model. getGraphicsNode(String identifier)
Returns the graphics node by identifier if available, otherwise null.GraphicsNode
Model. toWritable(GraphicsNode node)
Methods in omix.plugin.model.writable 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.