public class Gate extends AbstractShape
Modifier and Type | Field and Description |
---|---|
static int |
BOTTOM |
static int |
LEFT |
static int |
RIGHT |
static int |
TOP |
Constructor and Description |
---|
Gate(int direction) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.GeneralPath |
getPath(double x,
double y,
double width,
double height) |
getPerimeterPoint, intersection
public static final int RIGHT
public static final int TOP
public static final int LEFT
public static final int BOTTOM