|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz3d.DefaultAccumulator
public class DefaultAccumulator
Field Summary | |
---|---|
private java.util.List<VSpatial> |
items
|
Constructor Summary | |
---|---|
DefaultAccumulator()
|
Method Summary | |
---|---|
void |
add(VSpatial item)
Adds the specified VNode to this Accumulator. |
java.lang.Iterable<VSpatial> |
items()
|
int |
size()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.util.List<VSpatial> items
Constructor Detail |
---|
public DefaultAccumulator()
Method Detail |
---|
public void add(VSpatial item)
Accumulator
add
in interface Accumulator
item
- the node to addpublic int size()
public java.lang.Iterable<VSpatial> items()
items
in interface Accumulator
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |