Uses of Interface
omix.plugin.model.util.CustomShape
Package | Description |
---|---|
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of CustomShape in omix.plugin.model
Methods in omix.plugin.model that return CustomShape Modifier and Type Method Description CustomShape
Model. getCustomShape(String name)
Methods in omix.plugin.model that return types with arguments of type CustomShape Modifier and Type Method Description List<? extends CustomShape>
Model. customShapes()
-
Uses of CustomShape in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return CustomShape Modifier and Type Method Description CustomShape
Model. addCustomShape(String name, List<? extends AbstractCurvePoint> points)
Creates a new custom shape available for nodes or edge markers.