Uses of Interface
omix.plugin.model.GraphicsPath
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of GraphicsPath in omix.plugin.diagram
Methods in omix.plugin.diagram that return GraphicsPath Modifier and Type Method Description GraphicsPath
GraphicsPathItem. modelComponent()
-
Uses of GraphicsPath in omix.plugin.model
Methods in omix.plugin.model that return GraphicsPath Modifier and Type Method Description GraphicsPath
Model. getGraphicsPath(String identifier)
Returns the graphics path (free-form curve) with the given identifier if available, otherwise null.Methods in omix.plugin.model that return types with arguments of type GraphicsPath Modifier and Type Method Description List<? extends GraphicsPath>
Model. graphicsPaths()
Returns an unchangeableList
of all graphical paths. -
Uses of GraphicsPath in omix.plugin.model.writable
Subinterfaces of GraphicsPath in omix.plugin.model.writable Modifier and Type Interface Description interface
GraphicsPath
Methods in omix.plugin.model.writable that return GraphicsPath Modifier and Type Method Description GraphicsPath
GraphicsPath. toReadOnly()