|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunc.cdva.renderingengine.DisplayList
public class DisplayList
Bean class that stores the objects that have to be displayed on screen and the transformation that will be applyed
Constructor Summary | |
---|---|
DisplayList()
Init an empty display list |
Method Summary | |
---|---|
void |
addObject(PdsBean transformation,
Object3D object)
Add an object and its transformations to the display list |
void |
clear()
Empty the display list |
java.util.Vector<Object3D> |
getObjects()
|
java.util.Vector<PdsBean> |
getTransformations()
|
java.util.Iterator<Object3D> |
iteratorObjects()
Get an iterator of the objects |
java.util.Iterator<PdsBean> |
iteratorTransformations()
Get an iterator of the transformations |
void |
setObjects(java.util.Vector<Object3D> objects)
|
void |
setTransformations(java.util.Vector<PdsBean> transformations)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayList()
Method Detail |
---|
public void addObject(PdsBean transformation, Object3D object)
transformation
- transformations that have to be applyied
to the objectobject
- the objectpublic void clear()
public java.util.Vector<Object3D> getObjects()
public java.util.Vector<PdsBean> getTransformations()
public void setObjects(java.util.Vector<Object3D> objects)
objects
- the objects to setpublic void setTransformations(java.util.Vector<PdsBean> transformations)
transformations
- the transformations to setpublic java.util.Iterator<PdsBean> iteratorTransformations()
public java.util.Iterator<Object3D> iteratorObjects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |