Uses of Class
net.lenkaspace.creeper.CRController

Packages that use CRController
net.lenkaspace.creeper.model   
net.lenkaspace.creeper.report   
net.lenkaspace.creeper.view   
 

Uses of CRController in net.lenkaspace.creeper.model
 

Methods in net.lenkaspace.creeper.model that return CRController
 CRController CRWorld.getController()
           
 CRController CRParameters.getController()
           
 

Methods in net.lenkaspace.creeper.model with parameters of type CRController
 void CRParameters.setController(CRController controller_)
           
 

Constructors in net.lenkaspace.creeper.model with parameters of type CRController
CRBinWorld(CRVector3d binSize_, int id_, CRVector3d size_, CRController controller_)
          Constructor
CRWorld(int id_, CRVector3d size_, CRController controller_)
          Constructor.
 

Uses of CRController in net.lenkaspace.creeper.report
 

Methods in net.lenkaspace.creeper.report with parameters of type CRController
 void CRReportController.setController(CRController controller_)
          Set reference to the controller and pass it to all reports
 void CRBaseReport.setController(CRController controller_)
           
 

Constructors in net.lenkaspace.creeper.report with parameters of type CRController
CRReportController(CRController controller_)
          Constructor
 

Uses of CRController in net.lenkaspace.creeper.view
 

Constructors in net.lenkaspace.creeper.view with parameters of type CRController
CRControlPanel(java.awt.Dimension size_, CRController controller_)
          Constructor
CRRenderer(CRController controller_)