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 TypeMethodDescriptionvoid
EpsGraphics.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 double
BezierUtils.getEndingAngle
(XCubicCurve2D left) RectangleArea.getIntersection
(XCubicCurve2D bez) static double
BezierUtils.getStartingAngle
(XCubicCurve2D left) void
XCubicCurve2D.setCurve
(XCubicCurve2D other) void
XCubicCurve2D.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 XCubicCurve2D
DotPath.reverse
(XCubicCurve2D curv) static String
DotPath.toString
(XCubicCurve2D c) Method parameters in net.sourceforge.plantuml.klimt.shape with type arguments of type XCubicCurve2DModifier and TypeMethodDescriptionstatic DotPath
DotPath.fromBeziers
(List<XCubicCurve2D> beziers)