Uses of Interface
omix.plugin.model.points.AbstractCurvePoint
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model.points |
This package contains polynominal describing point types.
|
omix.plugin.model.util | |
omix.plugin.model.writable.points |
This package contains polynominal describing point types.
|
-
Uses of AbstractCurvePoint in omix.plugin.diagram
Methods in omix.plugin.diagram that return types with arguments of type AbstractCurvePoint Modifier and Type Method Description List<? extends AbstractCurvePoint>
AbstractEdgeItem. points()
List<? extends AbstractCurvePoint>
GraphicsPathItem. points()
-
Uses of AbstractCurvePoint in omix.plugin.model.points
Subinterfaces of AbstractCurvePoint in omix.plugin.model.points Modifier and Type Interface Description interface
AbstractControlPoint
Generalizes all possible control points of a curve.interface
Arc
Represents an arc as curve describing component of an edge.
An arc consists of a center point, radius in X and Y direction, a start angle and a length in degrees.interface
BezierPoint
Represents a bezier control point of a quad or cubic curve.interface
Separator
Represents a separator point (move to).interface
SplinePoint
Represents a spline point connecting curve segments. -
Uses of AbstractCurvePoint in omix.plugin.model.util
Methods in omix.plugin.model.util that return types with arguments of type AbstractCurvePoint Modifier and Type Method Description List<? extends AbstractCurvePoint>
CustomShape. points()
all points defining the shape -
Uses of AbstractCurvePoint in omix.plugin.model.writable.points
Subinterfaces of AbstractCurvePoint in omix.plugin.model.writable.points Modifier and Type Interface Description interface
AbstractControlPoint
interface
AbstractCurvePoint
interface
Arc
interface
BezierPoint
interface
Separator
interface
SplinePoint