net.sourceforge.plantuml.geom
Class SpiderWeb
java.lang.Object
net.sourceforge.plantuml.geom.SpiderWeb
public class SpiderWeb
- extends Object
Constructor Summary |
SpiderWeb(int widthCell,
int heightCell)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpiderWeb
public SpiderWeb(int widthCell,
int heightCell)
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.