Class DotPath
java.lang.Object
net.sourceforge.plantuml.klimt.shape.DotPath
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAfter(XCubicCurve2D after) addBefore(XCubicCurve2D before) copy()voiddraw(Graphics2D g2d, double x, double y) voidforceEndPoint(double x, double y) voidforceStartPoint(double x, double y) static DotPathfromBeziers(List<XCubicCurve2D> beziers) final List<XCubicCurve2D>doubledoublegetMinDist(XPoint2D ref) doublebooleanisLine()voidmanageEnsureVisible(double x, double y, EnsureVisible visible) voidmoveEndPoint(double dx, double dy) voidmoveEndPoint(UTranslate move) voidmoveStartPoint(double dx, double dy) voidmoveStartPoint(UTranslate move) voidmoveSvek(double deltaX, double deltaY) reverse()static XCubicCurve2Dreverse(XCubicCurve2D curv) sample()voidsetCommentAndCodeLine(String comment, String codeLine) simulateCompound(RectangleArea head, RectangleArea tail) toString()static StringtoUPath()
-
Constructor Details
-
DotPath
public DotPath()
-
-
Method Details
-
copy
-
fromBeziers
-
addCurve
-
addCurve
-
getStartPoint
-
sample
-
getMiddle
-
forceStartPoint
public void forceStartPoint(double x, double y) -
moveStartPoint
-
moveEndPoint
-
moveStartPoint
public void moveStartPoint(double dx, double dy) -
getEndPoint
-
forceEndPoint
public void forceEndPoint(double x, double y) -
moveEndPoint
public void moveEndPoint(double dx, double dy) -
getMinFinder
-
getMinMax
-
getMinDist
-
getEndTangeante
-
getEndAngle
public double getEndAngle() -
getStartAngle
public double getStartAngle() -
getStartTangeante
-
addBefore
-
addAfter
-
addAfter
-
draw
-
manageEnsureVisible
-
toUPath
-
toString
-
toString
-
reverse
-
reverse
-
moveSvek
public void moveSvek(double deltaX, double deltaY) -
getBeziers
-
simulateCompound
-
isLine
public boolean isLine() -
setCommentAndCodeLine
-