net.sourceforge.plantuml.graph
Class Graph5

java.lang.Object
  extended by net.sourceforge.plantuml.graph.Graph5

public class Graph5
extends Object


Constructor Summary
Graph5(Board board)
           
 
Method Summary
 void draw(Graphics2D g2d)
           
 Dimension2D getDimension()
           
 Point2D.Double getPosition(ANode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph5

public Graph5(Board board)
Method Detail

getPosition

public Point2D.Double getPosition(ANode node)

getDimension

public Dimension2D getDimension()

draw

public void draw(Graphics2D g2d)


Copyright © 2013. All Rights Reserved.