Package | Description |
---|---|
com.sun.javafx.geom | |
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
Modifier and Type | Method and Description |
---|---|
CubicCurve2D |
CubicCurve2D.copy() |
CubicCurve2D |
QuadCurve2D.toCubic() |
Modifier and Type | Method and Description |
---|---|
float |
CubicApproximator.approximate(List<QuadCurve2D> res,
CubicCurve2D curve) |
float |
CubicApproximator.approximate(List<QuadCurve2D> res,
List<CubicCurve2D> tmp,
CubicCurve2D curve) |
static float |
CubicApproximator.getApproxError(CubicCurve2D curve) |
void |
CubicCurve2D.setCurve(CubicCurve2D c)
Sets the location of the end points and control points of this curve
to the same as those in the specified
CubicCurve2D . |
void |
CubicCurve2D.subdivide(CubicCurve2D left,
CubicCurve2D right)
Subdivides this cubic curve and stores the resulting two
subdivided curves into the left and right curve parameters.
|
static void |
CubicCurve2D.subdivide(CubicCurve2D src,
CubicCurve2D left,
CubicCurve2D right)
Subdivides the cubic curve specified by the
src parameter
and stores the resulting two subdivided curves into the
left and right curve parameters. |
void |
CubicCurve2D.subdivide(float t,
CubicCurve2D left,
CubicCurve2D right)
Subdivides this cubic curve at the given parameter value
(expected to be between 0 and 1) and stores the resulting two
subdivided curves into the left and right curve parameters.
|
Modifier and Type | Method and Description |
---|---|
float |
CubicApproximator.approximate(List<QuadCurve2D> res,
List<CubicCurve2D> tmp,
CubicCurve2D curve) |
void |
CubicApproximator.SplitCubic(List<CubicCurve2D> resVect,
float[] coords) |
Modifier and Type | Method and Description |
---|---|
CubicCurve2D |
CubicCurve.impl_configShape()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Copyright © 2020. All rights reserved.