Uses of Class
org.eclipse.gef.geometry.planar.QuadraticCurve
Package
Description
This package provides support for geometric calculations based on shapes.
-
Uses of QuadraticCurve in org.eclipse.gef.geometry.planar
Modifier and TypeMethodDescriptionQuadraticCurve.getCopy()
Returns a newQuadraticCurve
, which has the same start, end, and control point coordinates as this one.QuadraticCurve.getTransformed
(AffineTransform t) Sets the curve's control point.QuadraticCurve.setCtrlX
(double ctrlX) Sets the x-coordinate of the curve's control point.QuadraticCurve.setCtrlY
(double ctrlY) Sets the y-coordinate of the curve's control point.QuadraticCurve.split
(double t) Splits this QuadraticCurve using the de Casteljau algorithm at parameter t into two separate QuadraticCurve objects.BezierCurve.toQuadratic()
Returns a hard approximation of thisBezierCurve
as aQuadraticCurve
.