net.sourceforge.plantuml.golem
Class Path

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

public class Path
extends Object


Method Summary
static Path build(TileArea start, TileArea dest)
           
 TileArea getDest()
           
 TileArea getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static Path build(TileArea start,
                         TileArea dest)

getStart

public TileArea getStart()

getDest

public TileArea getDest()


Copyright © 2013. All Rights Reserved.