Class TimeArrow
java.lang.Object
net.sourceforge.plantuml.timingdiagram.graphic.TimeArrow
- All Implemented Interfaces:
UDrawable
-
Method Summary
Modifier and TypeMethodDescriptionstatic TimeArrow
create
(IntricatedPoint pt1, IntricatedPoint pt2, Display label, ISkinSimple spriteContainer, WithLinkType type) void
static java.awt.geom.Point2D
onCircle
(java.awt.geom.Point2D pt, double alpha) translate
(UTranslate translate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
public static TimeArrow create(IntricatedPoint pt1, IntricatedPoint pt2, Display label, ISkinSimple spriteContainer, WithLinkType type) -
translate
-
onCircle
public static java.awt.geom.Point2D onCircle(java.awt.geom.Point2D pt, double alpha) -
drawU
-