net.sourceforge.plantuml.skin
Class ArrowConfiguration

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

public class ArrowConfiguration
extends Object


Method Summary
 ArrowDirection getArrowDirection()
           
 HtmlColor getColor()
           
 ArrowDecoration getDecorationEnd()
           
 ArrowDecoration getDecorationStart()
           
 ArrowDressing getDressing1()
           
 ArrowDressing getDressing2()
           
 ArrowHead getHead()
           
 ArrowPart getPart()
           
 boolean isAsync()
           
 boolean isDotted()
           
 boolean isSelfArrow()
           
 String name()
           
 ArrowConfiguration reverse()
           
 String toString()
           
 ArrowConfiguration withColor(HtmlColor color)
           
 ArrowConfiguration withDecorationEnd(ArrowDecoration decorationEnd)
           
 ArrowConfiguration withDecorationStart(ArrowDecoration decorationStart)
           
static ArrowConfiguration withDirectionBoth()
           
static ArrowConfiguration withDirectionNormal()
           
static ArrowConfiguration withDirectionReverse()
           
static ArrowConfiguration withDirectionSelf()
           
 ArrowConfiguration withDotted()
           
 ArrowConfiguration withHead(ArrowHead head)
           
 ArrowConfiguration withHead1(ArrowHead head)
           
 ArrowConfiguration withHead2(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()

withDirectionNormal

public static ArrowConfiguration withDirectionNormal()

withDirectionBoth

public static ArrowConfiguration withDirectionBoth()

withDirectionSelf

public static ArrowConfiguration withDirectionSelf()

withDirectionReverse

public static ArrowConfiguration withDirectionReverse()

reverse

public ArrowConfiguration reverse()

withDotted

public ArrowConfiguration withDotted()

withHead

public ArrowConfiguration withHead(ArrowHead head)

withHead1

public ArrowConfiguration withHead1(ArrowHead head)

withHead2

public ArrowConfiguration withHead2(ArrowHead head)

withPart

public ArrowConfiguration withPart(ArrowPart part)

withDecorationStart

public ArrowConfiguration withDecorationStart(ArrowDecoration decorationStart)

withDecorationEnd

public ArrowConfiguration withDecorationEnd(ArrowDecoration decorationEnd)

withColor

public ArrowConfiguration withColor(HtmlColor color)

getDecorationEnd

public final ArrowDecoration getDecorationEnd()

getDecorationStart

public final ArrowDecoration getDecorationStart()

getArrowDirection

public final ArrowDirection getArrowDirection()

isSelfArrow

public boolean isSelfArrow()

isDotted

public boolean isDotted()

getHead

public ArrowHead getHead()

isAsync

public boolean isAsync()

getPart

public final ArrowPart getPart()

getColor

public HtmlColor getColor()

getDressing1

public ArrowDressing getDressing1()

getDressing2

public ArrowDressing getDressing2()


Copyright © 2013. All Rights Reserved.