|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.graphics.models.MultipleModel
| Constructor Summary | |
MultipleModel(java.util.List shadeModels,
java.util.List modelWeights)
Creates a new instance of MultipleModel |
|
| Method Summary | |
Color |
computeShade(Intersection intersection,
Vector view,
Scene scene)
View points toward the eye. |
static MultipleModel |
fromXML(org.w3c.dom.Element element)
|
java.util.List |
getModelWeights()
Getter for property modelWeights. |
java.util.List |
getShadeModels()
Getter for property shadeModels. |
void |
setModelWeights(java.util.List modelWeights)
Setter for property modelWeights. |
void |
setShadeModels(java.util.List shadeModels)
Setter for property shadeModels. |
java.lang.String |
toXML()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultipleModel(java.util.List shadeModels,
java.util.List modelWeights)
| Method Detail |
public java.util.List getShadeModels()
public void setShadeModels(java.util.List shadeModels)
shadeModels - New value of property shadeModels.public java.util.List getModelWeights()
public void setModelWeights(java.util.List modelWeights)
modelWeights - New value of property modelWeights.
public Color computeShade(Intersection intersection,
Vector view,
Scene scene)
computeShade in interface ShadeModelpublic static MultipleModel fromXML(org.w3c.dom.Element element)
public java.lang.String toXML()
toXML in interface ShadeModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||