net.sourceforge.plantuml.geom
Class SpiderWeb

java.lang.Object
  extended by net.sourceforge.plantuml.geom.SpiderWeb

public class SpiderWeb
extends Object


Constructor Summary
SpiderWeb(int widthCell, int heightCell)
           
 
Method Summary
 PolylineBreakeable addPolyline(int row1, int col1, int row2, int col2)
           
 Collection<Point2DInt> getHangPoints(int row, int col)
           
 Point2DInt getMainPoint(int row, int col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpiderWeb

public SpiderWeb(int widthCell,
                 int heightCell)
Method Detail

getMainPoint

public Point2DInt getMainPoint(int row,
                               int col)

getHangPoints

public Collection<Point2DInt> getHangPoints(int row,
                                            int col)

addPolyline

public PolylineBreakeable addPolyline(int row1,
                                      int col1,
                                      int row2,
                                      int col2)


Copyright © 2013. All Rights Reserved.