|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.rico.editor.datamodel.AbstractLightData
public class AbstractLightData
This class is the abstract base class for lights in the world editor data model.
| Constructor Summary | |
|---|---|
AbstractLightData(Color4f amb,
Color4f diff,
int lightNr)
|
|
| Method Summary | |
|---|---|
Color4f |
getAmb()
Returns ambient color. |
Color4f |
getDiff()
Returns diffuse color. |
int |
getLightNr()
Returns the number of this light (0-7). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractLightData(Color4f amb,
Color4f diff,
int lightNr)
| Method Detail |
|---|
public int getLightNr()
public Color4f getAmb()
public Color4f getDiff()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||