public class LinesObstacleDrawable extends LinesObstacle implements ObstacleDrawable
points| Constructor and Description |
|---|
LinesObstacleDrawable(java.util.List<Point> points) |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(UIComponent uiComponent)
This function is automatically call by ObstaclePainter to draw the obstacle
|
obstructLink, pointAtMinimumDistanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitobstructLink, pointAtMinimumDistancepublic LinesObstacleDrawable(java.util.List<Point> points)
public void paint(UIComponent uiComponent)
ObstacleDrawablepaint in interface ObstacleDrawableuiComponent - The UIComponent on which the obstacle will be drawn