Class QuadCurve2D.Float
java.lang.Object
java.awt.geom.QuadCurve2D
java.awt.geom.QuadCurve2D.Float
- All Implemented Interfaces:
Shape, Serializable, Cloneable
- Enclosing class:
QuadCurve2D
A quadratic parametric curve segment specified with
float coordinates.- Since:
- 1.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces declared in class QuadCurve2D
QuadCurve2D.Double, QuadCurve2D.FloatModifier and TypeClassDescriptionstatic classA quadratic parametric curve segment specified withdoublecoordinates.static classA quadratic parametric curve segment specified withfloatcoordinates. -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatThe X coordinate of the control point of the quadratic curve segment.floatThe Y coordinate of the control point of the quadratic curve segment.floatThe X coordinate of the start point of the quadratic curve segment.floatThe X coordinate of the end point of the quadratic curve segment.floatThe Y coordinate of the start point of the quadratic curve segment.floatThe Y coordinate of the end point of the quadratic curve segment. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the control point.doublegetCtrlX()Returns the X coordinate of the control point indoubleprecision.doublegetCtrlY()Returns the Y coordinate of the control point indoubleprecision.getP1()Returns the start point.getP2()Returns the end point.doublegetX1()Returns the X coordinate of the start point indoublein precision.doublegetX2()Returns the X coordinate of the end point indoubleprecision.doublegetY1()Returns the Y coordinate of the start point indoubleprecision.doublegetY2()Returns the Y coordinate of the end point indoubleprecision.voidsetCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) Sets the location of the end points and control point of this curve to the specifieddoublecoordinates.voidsetCurve(float x1, float y1, float ctrlx, float ctrly, float x2, float y2) Sets the location of the end points and control point of this curve to the specifiedfloatcoordinates.Methods declared in class QuadCurve2D
clone, contains, contains, contains, contains, getBounds, getBounds2D, getFlatness, getFlatness, getFlatness, getFlatnessSq, getFlatnessSq, getFlatnessSq, getPathIterator, getPathIterator, intersects, intersects, setCurve, setCurve, setCurve, setCurve, solveQuadratic, solveQuadratic, subdivide, subdivide, subdivideModifier and TypeMethodDescriptionclone()Creates a new object of the same class and with the same contents as this object.booleancontains(double x, double y) Tests if the specified coordinates are inside the boundary of theShape, as described by the definition of insideness.booleancontains(double x, double y, double w, double h) Tests if the interior of theShapeentirely contains the specified rectangular area.booleanTests if a specifiedPoint2Dis inside the boundary of theShape, as described by the definition of insideness.booleanTests if the interior of theShapeentirely contains the specifiedRectangle2D.Returns an integerRectanglethat completely encloses theShape.Returns a high precision and more accurate bounding box of theShapethan thegetBoundsmethod.doubleReturns the flatness, or maximum distance of a control point from the line connecting the end points, of thisQuadCurve2D.static doublegetFlatness(double[] coords, int offset) Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.static doublegetFlatness(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) Returns the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.doubleReturns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of thisQuadCurve2D.static doublegetFlatnessSq(double[] coords, int offset) Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the control points stored in the indicated array at the indicated index.static doublegetFlatnessSq(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) Returns the square of the flatness, or maximum distance of a control point from the line connecting the end points, of the quadratic curve specified by the indicated control points.Returns an iteration object that defines the boundary of the shape of thisQuadCurve2D.getPathIterator(AffineTransform at, double flatness) Returns an iteration object that defines the boundary of the flattened shape of thisQuadCurve2D.booleanintersects(double x, double y, double w, double h) Tests if the interior of theShapeintersects the interior of a specified rectangular area.booleanTests if the interior of theShapeintersects the interior of a specifiedRectangle2D.voidsetCurve(double[] coords, int offset) Sets the location of the end points and control points of thisQuadCurve2Dto thedoublecoordinates at the specified offset in the specified array.voidSets the location of the end points and control points of thisQuadCurve2Dto the coordinates of thePoint2Dobjects at the specified offset in the specified array.voidSets the location of the end points and control point of thisQuadCurve2Dto the specifiedPoint2Dcoordinates.voidSets the location of the end points and control point of thisQuadCurve2Dto the same as those in the specifiedQuadCurve2D.static intsolveQuadratic(double[] eqn) Solves the quadratic whose coefficients are in theeqnarray and places the non-complex roots back into the same array, returning the number of roots.static intsolveQuadratic(double[] eqn, double[] res) Solves the quadratic whose coefficients are in theeqnarray and places the non-complex roots into theresarray, returning the number of roots.static voidsubdivide(double[] src, int srcoff, double[] left, int leftoff, double[] right, int rightoff) Subdivides the quadratic curve specified by the coordinates stored in thesrcarray at indicessrcoffthroughsrcoff+ 5 and stores the resulting two subdivided curves into the two result arrays at the corresponding indices.voidsubdivide(QuadCurve2D left, QuadCurve2D right) Subdivides thisQuadCurve2Dand stores the resulting two subdivided curves into theleftandrightcurve parameters.static voidsubdivide(QuadCurve2D src, QuadCurve2D left, QuadCurve2D right) Subdivides the quadratic curve specified by thesrcparameter and stores the resulting two subdivided curves into theleftandrightcurve parameters.Methods declared in class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Field Details
-
x1
public float x1The X coordinate of the start point of the quadratic curve segment.- Since:
- 1.2
-
y1
public float y1The Y coordinate of the start point of the quadratic curve segment.- Since:
- 1.2
-
ctrlx
public float ctrlxThe X coordinate of the control point of the quadratic curve segment.- Since:
- 1.2
-
ctrly
public float ctrlyThe Y coordinate of the control point of the quadratic curve segment.- Since:
- 1.2
-
x2
public float x2The X coordinate of the end point of the quadratic curve segment.- Since:
- 1.2
-
y2
public float y2The Y coordinate of the end point of the quadratic curve segment.- Since:
- 1.2
-
-
Constructor Details
-
Float
public Float()Constructs and initializes aQuadCurve2Dwith coordinates (0, 0, 0, 0, 0, 0).- Since:
- 1.2
-
Float
public Float(float x1, float y1, float ctrlx, float ctrly, float x2, float y2) Constructs and initializes aQuadCurve2Dfrom the specifiedfloatcoordinates.- Parameters:
x1- the X coordinate of the start pointy1- the Y coordinate of the start pointctrlx- the X coordinate of the control pointctrly- the Y coordinate of the control pointx2- the X coordinate of the end pointy2- the Y coordinate of the end point- Since:
- 1.2
-
-
Method Details
-
getX1
public double getX1()Returns the X coordinate of the start point indoublein precision.- Specified by:
getX1in classQuadCurve2D- Returns:
- the X coordinate of the start point.
- Since:
- 1.2
-
getY1
public double getY1()Returns the Y coordinate of the start point indoubleprecision.- Specified by:
getY1in classQuadCurve2D- Returns:
- the Y coordinate of the start point.
- Since:
- 1.2
-
getP1
Returns the start point.- Specified by:
getP1in classQuadCurve2D- Returns:
- a
Point2Dthat is the start point of thisQuadCurve2D. - Since:
- 1.2
-
getCtrlX
public double getCtrlX()Returns the X coordinate of the control point indoubleprecision.- Specified by:
getCtrlXin classQuadCurve2D- Returns:
- X coordinate the control point
- Since:
- 1.2
-
getCtrlY
public double getCtrlY()Returns the Y coordinate of the control point indoubleprecision.- Specified by:
getCtrlYin classQuadCurve2D- Returns:
- the Y coordinate of the control point.
- Since:
- 1.2
-
getCtrlPt
Returns the control point.- Specified by:
getCtrlPtin classQuadCurve2D- Returns:
- a
Point2Dthat is the control point of thisPoint2D. - Since:
- 1.2
-
getX2
public double getX2()Returns the X coordinate of the end point indoubleprecision.- Specified by:
getX2in classQuadCurve2D- Returns:
- the x coordinate of the end point.
- Since:
- 1.2
-
getY2
public double getY2()Returns the Y coordinate of the end point indoubleprecision.- Specified by:
getY2in classQuadCurve2D- Returns:
- the Y coordinate of the end point.
- Since:
- 1.2
-
getP2
Returns the end point.- Specified by:
getP2in classQuadCurve2D- Returns:
- a
Pointobject that is the end point of thisPoint2D. - Since:
- 1.2
-
setCurve
public void setCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) Sets the location of the end points and control point of this curve to the specifieddoublecoordinates.- Specified by:
setCurvein classQuadCurve2D- Parameters:
x1- the X coordinate of the start pointy1- the Y coordinate of the start pointctrlx- the X coordinate of the control pointctrly- the Y coordinate of the control pointx2- the X coordinate of the end pointy2- the Y coordinate of the end point- Since:
- 1.2
-
setCurve
public void setCurve(float x1, float y1, float ctrlx, float ctrly, float x2, float y2) Sets the location of the end points and control point of this curve to the specifiedfloatcoordinates.- Parameters:
x1- the X coordinate of the start pointy1- the Y coordinate of the start pointctrlx- the X coordinate of the control pointctrly- the Y coordinate of the control pointx2- the X coordinate of the end pointy2- the Y coordinate of the end point- Since:
- 1.2
-