XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Class HitIterator

java.lang.Object
  extended byorg.autochthonous.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()

XJRT Rendering Toolkit 1.0b06