net.sourceforge.plantuml.graph
Class Galaxy4

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

public class Galaxy4
extends Object


Constructor Summary
Galaxy4(Board board, int widthCell, int heightCell)
           
 
Method Summary
 void addLink(ALink link)
           
 Board getBoard()
           
 Map<ALink,PolylineBreakeable> getLines()
           
 Point2DInt getMainPoint(int row, int col)
           
 PolylineBreakeable getPolyline(ALink link)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Galaxy4

public Galaxy4(Board board,
               int widthCell,
               int heightCell)
Method Detail

getMainPoint

public Point2DInt getMainPoint(int row,
                               int col)

getPolyline

public PolylineBreakeable getPolyline(ALink link)

addLink

public void addLink(ALink link)

getBoard

public final Board getBoard()

getLines

public final Map<ALink,PolylineBreakeable> getLines()


Copyright © 2012. All Rights Reserved.