Package net.sourceforge.plantuml.skin
Class ArrowConfiguration
java.lang.Object
net.sourceforge.plantuml.skin.ArrowConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionapplyStroke(UGraphic ug) final ArrowDirectiongetColor()final ArrowDecorationfinal ArrowDecorationgetHead()final intfinal intfinal ArrowPartgetPart()booleanisAsync()booleanisDotted()booleanisHidden()final booleanbooleanname()reverse()self()static UGraphictoString()withDecoration1(ArrowDecoration decoration1) withDecoration2(ArrowDecoration decoration2) static ArrowConfigurationstatic ArrowConfigurationstatic ArrowConfigurationstatic ArrowConfigurationwithDirectionSelf(boolean reverseDefine) withInclination(int inclination) withThickness(double thickness)
-
Method Details
-
toString
-
name
-
withDirectionNormal
-
withDirectionBoth
-
withDirectionSelf
-
withDirectionReverse
-
reverse
-
self
-
withBody
-
withHead
-
withHead1
-
withHead2
-
withPart
-
withDecoration1
-
withDecoration2
-
withColor
-
getDecoration1
-
getDecoration2
-
getArrowDirection
-
isSelfArrow
public boolean isSelfArrow() -
isDotted
public boolean isDotted() -
isHidden
public boolean isHidden() -
getHead
-
isAsync
public boolean isAsync() -
getPart
-
getColor
-
getDressing1
-
getDressing2
-
stroke
-
applyStroke
-
applyThicknessOnly
-
withThickness
-
reverseDefine
-
isReverseDefine
public final boolean isReverseDefine() -
withInclination
-
getInclination1
public final int getInclination1() -
getInclination2
public final int getInclination2()
-