|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.renderer.util.ClosedPolygon
public class ClosedPolygon
ClosedPolygon Created on 23. April 2006, 18:48
| Nested Class Summary | |
|---|---|
static class |
ClosedPolygon.Distance
Distance helper class. |
| Constructor Summary | |
|---|---|
ClosedPolygon()
|
|
| Method Summary | |
|---|---|
void |
addPoint(processing.core.PVector point)
Add a point to the polygon. |
void |
close()
Close the polygon. |
java.util.List<processing.core.PVector> |
getPoints()
Get the list of points. |
boolean |
isHole()
Check if the polygon is a hole. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClosedPolygon()
| Method Detail |
|---|
public void addPoint(processing.core.PVector point)
point - public void close()
public java.util.List<processing.core.PVector> getPoints()
public boolean isHole()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||