net.sourceforge.plantuml.skin
Class ArrowConfiguration

java.lang.Object
  extended by net.sourceforge.plantuml.skin.ArrowConfiguration

public class ArrowConfiguration
extends Object


Method Summary
 ArrowDecoration getDecorationEnd()
           
 ArrowDecoration getDecorationStart()
           
 ArrowHead getHead()
           
 ArrowPart getPart()
           
 boolean isDotted()
           
 boolean isLeftToRightNormal()
           
 boolean isRightToLeftReverse()
           
 boolean isSelfArrow()
           
 String name()
           
 ArrowConfiguration reverse()
           
 String toString()
           
 ArrowConfiguration withDecorationEnd(ArrowDecoration decorationEnd)
           
 ArrowConfiguration withDecorationStart(ArrowDecoration decorationStart)
           
static ArrowConfiguration withDirection(ArrowDirection direction)
           
 ArrowConfiguration withDotted()
           
 ArrowConfiguration withHead(ArrowHead head)
           
 ArrowConfiguration withPart(ArrowPart part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

name

public String name()

withDirection

public static ArrowConfiguration withDirection(ArrowDirection direction)

reverse

public ArrowConfiguration reverse()

withHead

public ArrowConfiguration withHead(ArrowHead head)

withDotted

public ArrowConfiguration withDotted()

withPart

public ArrowConfiguration withPart(ArrowPart part)

withDecorationStart

public ArrowConfiguration withDecorationStart(ArrowDecoration decorationStart)

withDecorationEnd

public ArrowConfiguration withDecorationEnd(ArrowDecoration decorationEnd)

getDecorationEnd

public final ArrowDecoration getDecorationEnd()

getDecorationStart

public final ArrowDecoration getDecorationStart()

isLeftToRightNormal

public boolean isLeftToRightNormal()

isRightToLeftReverse

public boolean isRightToLeftReverse()

isSelfArrow

public boolean isSelfArrow()

isDotted

public boolean isDotted()

getHead

public ArrowHead getHead()

getPart

public final ArrowPart getPart()


Copyright © 2012. All Rights Reserved.