Package net.sourceforge.plantuml.graph2
Class CubicCurveFactory
- java.lang.Object
-
- net.sourceforge.plantuml.graph2.CubicCurveFactory
-
public class CubicCurveFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CubicCurveFactory(java.awt.geom.Point2D start, java.awt.geom.Point2D end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addForbidden(java.awt.geom.Rectangle2D.Double rect)
void
addForbidden(MyCurve curve)
MyCurve
getCubicCurve2D()
-