net.sourceforge.plantuml.skin
Class ArrowDressing

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

public class ArrowDressing
extends Object


Method Summary
static ArrowDressing create()
           
 ArrowDecoration getDecoration()
           
 ArrowHead getHead()
           
 ArrowPart getPart()
           
 String name()
           
 String toString()
           
 ArrowDressing withDecoration(ArrowDecoration decoration)
           
 ArrowDressing withHead(ArrowHead head)
           
 ArrowDressing withPart(ArrowPart part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

name

public String name()

toString

public String toString()
Overrides:
toString in class Object

create

public static ArrowDressing create()

withHead

public ArrowDressing withHead(ArrowHead head)

withPart

public ArrowDressing withPart(ArrowPart part)

withDecoration

public ArrowDressing withDecoration(ArrowDecoration decoration)

getHead

public ArrowHead getHead()

getPart

public ArrowPart getPart()

getDecoration

public ArrowDecoration getDecoration()


Copyright © 2013. All Rights Reserved.