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, pointAtMinimumDistance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
obstructLink, pointAtMinimumDistance
public LinesObstacleDrawable(java.util.List<Point> points)
public void paint(UIComponent uiComponent)
ObstacleDrawable
paint
in interface ObstacleDrawable
uiComponent
- The UIComponent on which the obstacle will be drawn