Uses of Interface
org.sunflow.SunflowAPIInterface

Packages that use SunflowAPIInterface
org.sunflow   
org.sunflow.core   
org.sunflow.core.parser   
 

Uses of SunflowAPIInterface in org.sunflow
 

Classes in org.sunflow that implement SunflowAPIInterface
 class RealtimeBenchmark
           
 class SunflowAPI
          This API gives a simple interface for creating scenes procedurally.
 

Uses of SunflowAPIInterface in org.sunflow.core
 

Methods in org.sunflow.core with parameters of type SunflowAPIInterface
 boolean SceneParser.parse(java.lang.String filename, SunflowAPIInterface api)
          Parse the specified file to create a scene description into the provided SunflowAPI object.
 

Uses of SunflowAPIInterface in org.sunflow.core.parser
 

Methods in org.sunflow.core.parser with parameters of type SunflowAPIInterface
 boolean TriParser.parse(java.lang.String filename, SunflowAPIInterface api)
           
 boolean SCAbstractParser.parse(java.lang.String filename, SunflowAPIInterface api)
           
 boolean RA2Parser.parse(java.lang.String filename, SunflowAPIInterface api)
           
 boolean ShaveRibParser.parse(java.lang.String filename, SunflowAPIInterface api)
           
 boolean RA3Parser.parse(java.lang.String filename, SunflowAPIInterface api)
           
 boolean SCParser.parse(java.lang.String filename, SunflowAPIInterface api)