|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.metasyntactic.graphics.shapes.Shape
|
+--org.metasyntactic.graphics.shapes.CartesianShape
|
+--org.metasyntactic.graphics.shapes.ReflectiveShape
|
+--org.metasyntactic.graphics.shapes.Polygon
| Constructor Summary | |
Polygon()
Creates a new instance of Polygon |
|
| Method Summary | |
abstract Vector |
getNormal()
|
abstract java.util.List |
getVertices()
|
abstract boolean |
isInside(Point point)
|
abstract void |
setVertices(java.util.List vertices)
|
| Methods inherited from class org.metasyntactic.graphics.shapes.ReflectiveShape |
getShadeModel, setShadeModel |
| Methods inherited from class org.metasyntactic.graphics.shapes.CartesianShape |
getIntersection, getIntersections, getPosition, setPosition |
| Methods inherited from class org.metasyntactic.graphics.shapes.Shape |
getColor, setColor, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Polygon()
| Method Detail |
public abstract java.util.List getVertices()
public abstract void setVertices(java.util.List vertices)
public abstract Vector getNormal()
public abstract boolean isInside(Point point)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||