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) static DotPathfromBeziers(List<XCubicCurve2D> beziers) final List<XCubicCurve2D>doubledoublegetMinDist(XPoint2D ref) doublebooleanisLine()voidmanageEnsureVisible(double x, double y, EnsureVisible visible) voidmoveDelta(double deltaX, double deltaY) voidmoveEndPoint(double dx, double dy) voidmoveEndPoint(UTranslate move) voidmoveStartPoint(double dx, double dy) voidmoveStartPoint(UTranslate move) 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
-
moveStartPoint
-
moveEndPoint
-
moveStartPoint
public void moveStartPoint(double dx, double dy) -
getEndPoint
-
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
-
moveDelta
public void moveDelta(double deltaX, double deltaY) -
getBeziers
-
simulateCompound
-
isLine
public boolean isLine() -
setCommentAndCodeLine
-