Package net.sourceforge.plantuml.geom
Class SpiderWeb
- java.lang.Object
-
- net.sourceforge.plantuml.geom.SpiderWeb
-
public class SpiderWeb extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpiderWeb(int widthCell, int heightCell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolylineBreakeable
addPolyline(int row1, int col1, int row2, int col2)
java.util.Collection<Point2DInt>
getHangPoints(int row, int col)
Point2DInt
getMainPoint(int row, int col)
-
-
-
Method Detail
-
getMainPoint
public Point2DInt getMainPoint(int row, int col)
-
getHangPoints
public java.util.Collection<Point2DInt> getHangPoints(int row, int col)
-
addPolyline
public PolylineBreakeable addPolyline(int row1, int col1, int row2, int col2)
-
-