Uses of Interface
omix.plugin.diagram.GraphicsBoxItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of GraphicsBoxItem in omix.plugin.diagram
Methods in omix.plugin.diagram that return types with arguments of type GraphicsBoxItem Modifier and Type Method Description List<? extends GraphicsBoxItem>
Diagram. getGraphicsBoxItems(String name)
List<? extends GraphicsBoxItem>
Diagram. graphicsBoxes()
Returns an unchangeableList
of all graphical boxes. -
Uses of GraphicsBoxItem in omix.plugin.diagram.writable
Subinterfaces of GraphicsBoxItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
GraphicsBoxItem
Methods in omix.plugin.diagram.writable that return GraphicsBoxItem Modifier and Type Method Description GraphicsBoxItem
GraphicsBoxItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type GraphicsBoxItem Modifier and Type Method Description GraphicsBoxItem
Diagram. toWritable(GraphicsBoxItem item)
-
Uses of GraphicsBoxItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type GraphicsBoxItem Modifier and Type Method Description List<? extends GraphicsBoxItem>
GraphicsBox. getDiagramItems()
List<? extends GraphicsBoxItem>
GraphicsBox. getDiagramItems(Diagram diagram)