Uses of Interface
omix.plugin.diagram.writable.GraphicsBoxItem
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable |
-
Uses of GraphicsBoxItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return GraphicsBoxItem Modifier and Type Method Description GraphicsBoxItem
Diagram. createGraphicsBox()
Create a new graphics box item with a generated random identifier.
After creating a new box, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.GraphicsBoxItem
Diagram. toWritable(GraphicsBoxItem item)
Methods in omix.plugin.diagram.writable 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.Methods in omix.plugin.diagram.writable with parameters of type GraphicsBoxItem Modifier and Type Method Description Comment
Diagram. createItemComment(GraphicsBoxItem item)
-
Uses of GraphicsBoxItem in omix.plugin.model.writable
Methods in omix.plugin.model.writable 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)