Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt
Class HitIterator

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.HitIterator

public class HitIterator
extends java.lang.Object


Method Summary
 void dispose()
           
static HitIterator getInstance(Hit data)
           
 boolean hasNext()
           
 Hit next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HitIterator getInstance(Hit data)

dispose

public void dispose()

hasNext

public boolean hasNext()

next

public Hit next()

Bouncy Castle Rendering Toolkit 1.0