public class SpiderWeb
extends java.lang.Object
Constructor and Description |
---|
SpiderWeb(int widthCell,
int heightCell) |
Modifier and Type | Method and 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) |
public Point2DInt getMainPoint(int row, int col)
public java.util.Collection<Point2DInt> getHangPoints(int row, int col)
public PolylineBreakeable addPolyline(int row1, int col1, int row2, int col2)