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)+ >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaveSourceList
public WaveSourceList()
getInstance
public static WaveSourceList getInstance(RMLReader in)
throws java.io.IOException
add
public void add(WaveSource source)
iterator
public WaveSourceIterator iterator()