Package net.sourceforge.plantuml.skin
Class ArrowConfiguration
java.lang.Object
net.sourceforge.plantuml.skin.ArrowConfiguration
public class ArrowConfiguration
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionapplyStroke
(UGraphic ug) final ArrowDirection
getColor()
final ArrowDecoration
final ArrowDecoration
getHead()
final ArrowPart
getPart()
boolean
isAsync()
boolean
isDotted()
boolean
isHidden()
final boolean
boolean
java.lang.String
name()
reverse()
self()
static UGraphic
java.lang.String
toString()
withDecoration1
(ArrowDecoration decoration1) withDecoration2
(ArrowDecoration decoration2) static ArrowConfiguration
static ArrowConfiguration
static ArrowConfiguration
static ArrowConfiguration
withDirectionSelf
(boolean reverseDefine) withThickness
(double thickness) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
name
public java.lang.String 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()
-