Class CubicCurve2D.Double
java.lang.Object
net.sourceforge.plantuml.awt.geom.CubicCurve2D
net.sourceforge.plantuml.awt.geom.CubicCurve2D.Double
- All Implemented Interfaces:
Shape
- Enclosing class:
- CubicCurve2D
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sourceforge.plantuml.awt.geom.CubicCurve2D
CubicCurve2D.Double
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.plantuml.awt.geom.CubicCurve2D
getCtrlP1, getCtrlP2, getCtrlX1, getCtrlX2, getCtrlY1, getCtrlY2, getFlatnessSq, getP1, getP2, getX1, getX2, getY1, getY2, setCurve, setCurve, subdivide
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Double
public Double() -
Double
public Double(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2)
-