Uses of Interface
omix.plugin.model.writable.points.SplinePoint
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable | |
omix.plugin.motifstamp.writable |
-
Uses of SplinePoint in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return SplinePoint Modifier and Type Method Description default SplinePoint
Diagram. createSplinePoint(double x, double y)
Create a spline point.default SplinePoint
Diagram. createSplinePoint(double x, double y, Smoothness smoothness)
Create a spline point with the given smoothness. -
Uses of SplinePoint in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return SplinePoint Modifier and Type Method Description default SplinePoint
Model. createSplinePoint(double x, double y)
Create a spline point.SplinePoint
Model. createSplinePoint(double x, double y, Smoothness smoothness)
Create a spline point with the given smoothness. -
Uses of SplinePoint in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable that return SplinePoint Modifier and Type Method Description default SplinePoint
MotifStamp. createSplinePoint(double x, double y)
Create a spline point.SplinePoint
MotifStamp. createSplinePoint(double x, double y, Smoothness smoothness)
Create a spline point with the given smoothness.