Uses of Interface
omix.plugin.diagram.writable.GraphicsPathItem
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable |
-
Uses of GraphicsPathItem in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return GraphicsPathItem Modifier and Type Method Description GraphicsPathItem
Diagram. createGraphicsPath(List<? extends AbstractCurvePoint> points)
default GraphicsPathItem
Diagram. createGraphicsPath(AbstractCurvePoint... points)
Create a new graphics path (free-form curve) item with a generated random identifier.
After creating a new path, it must be explicitly added to the model byDiagram.addItem(AbstractItem)
.Methods in omix.plugin.diagram.writable that return types with arguments of type GraphicsPathItem Modifier and Type Method Description List<? extends GraphicsPathItem>
Diagram. getGraphicsPathItems(String name)
List<? extends GraphicsPathItem>
Diagram. graphicsPaths()
Returns an unchangeableList
of all graphical paths.Methods in omix.plugin.diagram.writable with parameters of type GraphicsPathItem Modifier and Type Method Description Comment
Diagram. createItemComment(GraphicsPathItem item)
-
Uses of GraphicsPathItem in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return types with arguments of type GraphicsPathItem Modifier and Type Method Description List<? extends GraphicsPathItem>
GraphicsPath. getDiagramItems()
List<? extends GraphicsPathItem>
GraphicsPath. getDiagramItems(Diagram diagram)