edu.stanford.rsl.konrad.rendering
Class SimpleScene
java.lang.Object
edu.stanford.rsl.konrad.rendering.AbstractScene
edu.stanford.rsl.konrad.rendering.SimpleScene
- All Implemented Interfaces:
- java.lang.Iterable<PhysicalObject>, java.util.Collection<PhysicalObject>
public class SimpleScene
- extends AbstractScene
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
equals, hashCode |
SimpleScene
public SimpleScene()
add
public boolean add(PhysicalObject basicobj)
addAll
public boolean addAll(java.util.Collection<? extends PhysicalObject> scene)
clear
public void clear()
contains
public boolean contains(java.lang.Object o)
containsAll
public boolean containsAll(java.util.Collection<?> c)
isEmpty
public boolean isEmpty()
iterator
public java.util.Iterator<PhysicalObject> iterator()
remove
public boolean remove(java.lang.Object o)
removeAll
public boolean removeAll(java.util.Collection<?> c)
retainAll
public boolean retainAll(java.util.Collection<?> c)
size
public int size()
toArray
public java.lang.Object[] toArray()
toArray
public <T> T[] toArray(T[] a)