net.sourceforge.plantuml.cucadiagram.dot
Class PlayField

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.PlayField

public final class PlayField
extends Object


Constructor Summary
PlayField(ISkinParam skinParam)
           
 
Method Summary
 void drawInternal(UGraphic ug)
           
 void initInternal(Collection<IEntity> entities, Collection<Link> links, StringBounder stringBounder)
           
 Dimension2D solve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayField

public PlayField(ISkinParam skinParam)
Method Detail

initInternal

public void initInternal(Collection<IEntity> entities,
                         Collection<Link> links,
                         StringBounder stringBounder)

drawInternal

public void drawInternal(UGraphic ug)

solve

public Dimension2D solve()
                  throws IOException,
                         InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2011. All Rights Reserved.