edu.stanford.rsl.konrad.rendering
Class SimpleScene

java.lang.Object
  extended by edu.stanford.rsl.konrad.rendering.AbstractScene
      extended by edu.stanford.rsl.konrad.rendering.SimpleScene
All Implemented Interfaces:
java.lang.Iterable<PhysicalObject>, java.util.Collection<PhysicalObject>

public class SimpleScene
extends AbstractScene


Constructor Summary
SimpleScene()
           
 
Method Summary
 boolean add(PhysicalObject basicobj)
           
 boolean addAll(java.util.Collection<? extends PhysicalObject> scene)
           
 void clear()
           
 boolean contains(java.lang.Object o)
           
 boolean containsAll(java.util.Collection<?> c)
           
 boolean isEmpty()
           
 java.util.Iterator<PhysicalObject> iterator()
           
 boolean remove(java.lang.Object o)
           
 boolean removeAll(java.util.Collection<?> c)
           
 boolean retainAll(java.util.Collection<?> c)
           
 int size()
           
 java.lang.Object[] toArray()
           
<T> T[]
toArray(T[] a)
           
 
Methods inherited from class edu.stanford.rsl.konrad.rendering.AbstractScene
getBackgroundMaterial, getMax, getMin, getName, setBackground, setMax, setMin, setName
 
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
 

Constructor Detail

SimpleScene

public SimpleScene()
Method Detail

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)