|
||||||||||
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.VolumetricShape | +--org.metasyntactic.graphics.lights.Light
Constructor Summary | |
Light()
Creates a new instance of Light |
Method Summary | |
abstract double |
getIntensity()
|
abstract double |
getIntensity(Point otherLocation)
|
abstract void |
setIntensity(double intensity)
|
Methods inherited from class org.metasyntactic.graphics.shapes.VolumetricShape |
getDepth, getHeight, getWidth, setDepth, setHeight, setWidth |
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 Light()
Method Detail |
public abstract double getIntensity()
public abstract void setIntensity(double intensity)
public abstract double getIntensity(Point otherLocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |