|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.rendering.AbstractScene
public abstract class AbstractScene
Abstract Container for Scenes. The abstract container for all kinds of scene graphs.
Constructor Summary | |
---|---|
AbstractScene()
|
Method Summary | |
---|---|
Material |
getBackgroundMaterial()
|
PointND |
getMax()
|
PointND |
getMin()
|
java.lang.String |
getName()
|
void |
setBackground(Material backgroundMaterial)
|
void |
setMax(PointND max)
|
void |
setMin(PointND min)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public AbstractScene()
Method Detail |
---|
public void setBackground(Material backgroundMaterial)
public Material getBackgroundMaterial()
public void setName(java.lang.String name)
public java.lang.String getName()
public PointND getMin()
public void setMin(PointND min)
min
- the min to setpublic PointND getMax()
public void setMax(PointND max)
max
- the max to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |