Uses of Class
org.eclipse.gef.geometry.planar.CubicCurve
Package
Description
This package provides support for geometric calculations based on shapes.
-
Uses of CubicCurve in org.eclipse.gef.geometry.planar
Modifier and TypeMethodDescriptionCubicCurve.getCopy()
Returns a newCubicCurve
, which has the same controlPoint
s as this one.QuadraticCurve.getElevated()
Degree elevation: Returns aCubicCurve
representation of thisQuadraticCurve
.Ellipse.getOutlineSegments()
Calculates the outline segments of thisEllipse
.CubicCurve.getTransformed
(AffineTransform t) CubicCurve.setCtrl1X
(double ctrl1x) Sets the x coordinate of the first handlePoint
of thisCubicCurve
to the given value.CubicCurve.setCtrl1Y
(double ctrl1y) Sets the y coordinate of the first handlePoint
of thisCubicCurve
to the given value.CubicCurve.setCtrl2X
(double ctrl2x) Sets the x coordinate of the second handlePoint
of thisCubicCurve
to the given value.CubicCurve.setCtrl2Y
(double ctrl2y) Sets the y coordinate of the second handlePoint
of thisCubicCurve
to the given value.CubicCurve.split
(double t) Arc.toBezier()
BezierCurve.toCubic()
Returns a hard approximation of thisBezierCurve
as aCubicCurve
.