java.lang.Objectjava.awt.geom.CubicCurve2D
java.awt.geom.CubicCurve2D$Double
All Implemented Interfaces:
Serializable, Shape, Cloneable
1.2 - | Field Summary | ||
|---|---|---|
| public double | x1 | The X coordinate of the start point
of the cubic curve segment.
|
| public double | y1 | The Y coordinate of the start point
of the cubic curve segment.
|
| public double | ctrlx1 | The X coordinate of the first control point
of the cubic curve segment.
|
| public double | ctrly1 | The Y coordinate of the first control point
of the cubic curve segment.
|
| public double | ctrlx2 | The X coordinate of the second control point
of the cubic curve segment.
|
| public double | ctrly2 | The Y coordinate of the second control point
of the cubic curve segment.
|
| public double | x2 | The X coordinate of the end point
of the cubic curve segment.
|
| public double | y2 | The Y coordinate of the end point
of the cubic curve segment.
|
| Constructor: |
|---|
|
|
| Method from java.awt.geom.CubicCurve2D$Double Summary: |
|---|
| getBounds2D, getCtrlP1, getCtrlP2, getCtrlX1, getCtrlX2, getCtrlY1, getCtrlY2, getP1, getP2, getX1, getX2, getY1, getY2, setCurve |
| Methods from java.awt.geom.CubicCurve2D: |
|---|
| clone, contains, contains, contains, contains, getBounds, getCtrlP1, getCtrlP2, getCtrlX1, getCtrlX2, getCtrlY1, getCtrlY2, getFlatness, getFlatness, getFlatness, getFlatnessSq, getFlatnessSq, getFlatnessSq, getP1, getP2, getPathIterator, getPathIterator, getX1, getX2, getY1, getY2, intersects, intersects, setCurve, setCurve, setCurve, setCurve, setCurve, solveCubic, solveCubic, subdivide, subdivide, subdivide |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.geom.CubicCurve2D$Double Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|