Uses of Class
omix.plugin.model.points.Smoothness
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.points |
This package contains polynominal describing point types.
|
omix.plugin.model.writable | |
omix.plugin.model.writable.points |
This package contains polynominal describing point types.
|
omix.plugin.motifstamp.writable |
-
Uses of Smoothness in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type Smoothness Modifier and Type Method Description default SplinePoint
Diagram. createSplinePoint(double x, double y, Smoothness smoothness)
Create a spline point with the given smoothness. -
Uses of Smoothness in omix.plugin.model.points
Methods in omix.plugin.model.points that return Smoothness Modifier and Type Method Description Smoothness
SplinePoint. smoothness()
Returns the smoothness of the spline point.static Smoothness
Smoothness. valueOf(String name)
Returns the enum constant of this type with the specified name.static Smoothness[]
Smoothness. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Smoothness in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Smoothness Modifier and Type Method Description SplinePoint
Model. createSplinePoint(double x, double y, Smoothness smoothness)
Create a spline point with the given smoothness. -
Uses of Smoothness in omix.plugin.model.writable.points
Methods in omix.plugin.model.writable.points with parameters of type Smoothness Modifier and Type Method Description void
SplinePoint. setSmoothness(Smoothness smoothness)
-
Uses of Smoothness in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable with parameters of type Smoothness Modifier and Type Method Description SplinePoint
MotifStamp. createSplinePoint(double x, double y, Smoothness smoothness)
Create a spline point with the given smoothness.