Uses of Class
net.sourceforge.plantuml.klimt.geom.XCubicCurve2D
Packages that use XCubicCurve2D
Package
Description
-
Uses of XCubicCurve2D in net.sourceforge.plantuml.klimt.drawing.eps
Method parameters in net.sourceforge.plantuml.klimt.drawing.eps with type arguments of type XCubicCurve2DModifier and TypeMethodDescriptionvoidEpsGraphics.drawBezier(List<XCubicCurve2D> beziers, double x, double y) -
Uses of XCubicCurve2D in net.sourceforge.plantuml.klimt.drawing.hand
Methods in net.sourceforge.plantuml.klimt.drawing.hand with parameters of type XCubicCurve2D -
Uses of XCubicCurve2D in net.sourceforge.plantuml.klimt.geom
Methods in net.sourceforge.plantuml.klimt.geom that return XCubicCurve2DMethods in net.sourceforge.plantuml.klimt.geom with parameters of type XCubicCurve2DModifier and TypeMethodDescriptionstatic doubleBezierUtils.getEndingAngle(XCubicCurve2D left) RectangleArea.getIntersection(XCubicCurve2D bez) static doubleBezierUtils.getStartingAngle(XCubicCurve2D left) voidXCubicCurve2D.setCurve(XCubicCurve2D other) voidXCubicCurve2D.subdivide(XCubicCurve2D left, XCubicCurve2D right) -
Uses of XCubicCurve2D in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return XCubicCurve2DMethods in net.sourceforge.plantuml.klimt.shape that return types with arguments of type XCubicCurve2DMethods in net.sourceforge.plantuml.klimt.shape with parameters of type XCubicCurve2DModifier and TypeMethodDescriptionDotPath.addAfter(XCubicCurve2D after) DotPath.addBefore(XCubicCurve2D before) static XCubicCurve2DDotPath.reverse(XCubicCurve2D curv) static StringDotPath.toString(XCubicCurve2D c) Method parameters in net.sourceforge.plantuml.klimt.shape with type arguments of type XCubicCurve2DModifier and TypeMethodDescriptionstatic DotPathDotPath.fromBeziers(List<XCubicCurve2D> beziers)