Class TimeArrow
- java.lang.Object
-
- net.sourceforge.plantuml.timingdiagram.graphic.TimeArrow
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeArrow
create(IntricatedPoint pt1, IntricatedPoint pt2, Display label, ISkinSimple spriteContainer, WithLinkType type)
void
drawU(UGraphic ug)
static XPoint2D
onCircle(XPoint2D pt, double alpha)
TimeArrow
translate(UTranslate translate)
-
-
-
Method Detail
-
create
public static TimeArrow create(IntricatedPoint pt1, IntricatedPoint pt2, Display label, ISkinSimple spriteContainer, WithLinkType type)
-
translate
public TimeArrow translate(UTranslate translate)
-
-