Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.util
Class WaveSourceList

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.util.WaveSourceList

public class WaveSourceList
extends java.lang.Object

The holding class for one or more wave sources.

Example:

    <WaveSourceList>
       <WaveSource center="0, 0, 0" amplitude="0.5" wavelength="0.2"/>
       <WaveSource center="0, 0, 0.5" amplitude="0.5" wavelength="0.2"/>
       <WaveSource center="0, 0.5, 0.5" amplitude="0.5" wavelength="0.2"/>
    </WaveSourceList>
 

Document type definition:

      <!ELEMENT WaveSourceList (WaveSource)+ >
 


Constructor Summary
WaveSourceList()
           
 
Method Summary
 void add(WaveSource source)
           
static WaveSourceList getInstance(RMLReader in)
           
 WaveSourceIterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaveSourceList

public WaveSourceList()
Method Detail

getInstance

public static WaveSourceList getInstance(RMLReader in)
                                  throws java.io.IOException

add

public void add(WaveSource source)

iterator

public WaveSourceIterator iterator()

Bouncy Castle Rendering Toolkit 1.0