Uses of Interface
omix.plugin.model.writable.GraphicsBox
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable |
-
Uses of GraphicsBox in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return GraphicsBox Modifier and Type Method Description GraphicsBox
GraphicsBoxItem. modelComponent()
-
Uses of GraphicsBox in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return GraphicsBox Modifier and Type Method Description GraphicsBox
Model. getGraphicsBox(String identifier)
Returns the graphics item with the given identifier if available, otherwise null.GraphicsBox
Model. toWritable(GraphicsBox item)
Methods in omix.plugin.model.writable that return types with arguments of type GraphicsBox Modifier and Type Method Description List<? extends GraphicsBox>
Model. graphicsBoxes()
Returns an unchangeableList
of all graphical boxes.