net.sourceforge.plantuml.posimo
Class Path

java.lang.Object
  extended by net.sourceforge.plantuml.posimo.Path

public class Path
extends Object


Constructor Summary
Path(Block start, Block end, Label label)
           
Path(Block start, Block end, Label label, int length)
           
 
Method Summary
 DotPath getDotPath()
           
 Block getEnd()
           
 Label getLabel()
           
 int getLength()
           
 Block getStart()
           
 void setDotPath(DotPath dotPath)
           
 void setLabelPosition(double x, double y)
           
 void setLabelPositionCenter(double labelX, double labelY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path(Block start,
            Block end,
            Label label)

Path

public Path(Block start,
            Block end,
            Label label,
            int length)
Method Detail

getLabel

public final Label getLabel()

getStart

public final Block getStart()

getEnd

public final Block getEnd()

setLabelPositionCenter

public void setLabelPositionCenter(double labelX,
                                   double labelY)

setLabelPosition

public void setLabelPosition(double x,
                             double y)

setDotPath

public void setDotPath(DotPath dotPath)

getDotPath

public final DotPath getDotPath()

getLength

public int getLength()


Copyright © 2012. All Rights Reserved.