|
||||||||||
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 | +--org.metasyntactic.graphics.shapes.ConvexPolygon | +--org.metasyntactic.graphics.shapes.Rectangle | +--org.metasyntactic.graphics.shapes.Floor
Constructor Summary | |
Floor(Point position,
double width,
double height,
double depth)
Creates a new instance of Floor |
Method Summary | |
static Shape |
fromXML(org.w3c.dom.Element element)
|
Methods inherited from class org.metasyntactic.graphics.shapes.Rectangle |
main |
Methods inherited from class org.metasyntactic.graphics.shapes.ConvexPolygon |
getIntersection, getNormal, getPlane, getVertices, isInside, setVertices |
Methods inherited from class org.metasyntactic.graphics.shapes.ReflectiveShape |
getShadeModel, setShadeModel |
Methods inherited from class org.metasyntactic.graphics.shapes.CartesianShape |
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 Floor(Point position, double width, double height, double depth)
Method Detail |
public static Shape fromXML(org.w3c.dom.Element element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |