Uses of Interface
omix.plugin.model.GraphicsBox
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of GraphicsBox in omix.plugin.diagram
Methods in omix.plugin.diagram that return GraphicsBox Modifier and Type Method Description GraphicsBox
GraphicsBoxItem. modelComponent()
-
Uses of GraphicsBox in omix.plugin.model
Methods in omix.plugin.model that return GraphicsBox Modifier and Type Method Description GraphicsBox
Model. getGraphicsBox(String identifier)
Returns the graphics box with the given identifier if available, otherwise null.Methods in omix.plugin.model 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. -
Uses of GraphicsBox in omix.plugin.model.writable
Subinterfaces of GraphicsBox in omix.plugin.model.writable Modifier and Type Interface Description interface
GraphicsBox
Methods in omix.plugin.model.writable that return GraphicsBox Modifier and Type Method Description GraphicsBox
GraphicsBox. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type GraphicsBox Modifier and Type Method Description GraphicsBox
Model. toWritable(GraphicsBox item)