Class StringWithArrow
- java.lang.Object
-
- net.sourceforge.plantuml.descdiagram.command.StringWithArrow
-
public class StringWithArrow extends Object
-
-
Constructor Summary
Constructors Constructor Description StringWithArrow(String completeLabel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextBlock
addMagicArrow(TextBlock label, GuideLine guide, FontConfiguration font)
static TextBlock
addSeveralMagicArrows(Display label, GuideLine guide, FontConfiguration font, HorizontalAlignment alignment, ISkinParam skinParam)
Display
getDisplay()
String
getLabel()
LinkArrow
getLinkArrow()
-
-
-
Constructor Detail
-
StringWithArrow
public StringWithArrow(String completeLabel)
-
-
Method Detail
-
getLabel
public final String getLabel()
-
getLinkArrow
public final LinkArrow getLinkArrow()
-
getDisplay
public final Display getDisplay()
-
addMagicArrow
public static TextBlock addMagicArrow(TextBlock label, GuideLine guide, FontConfiguration font)
-
addSeveralMagicArrows
public static TextBlock addSeveralMagicArrows(Display label, GuideLine guide, FontConfiguration font, HorizontalAlignment alignment, ISkinParam skinParam)
-
-