Uses of Class
jme.entity.camera.Camera

Packages that use Camera
jme.controller   
jme.locale.external   
jme.world   
 

Uses of Camera in jme.controller
 

Constructors in jme.controller with parameters of type Camera
BaseFPSController(Camera entity)
          Constructor sets the entity to the given entity and initializes the controller for use.
TrackingController(Entity entity, Camera camera)
          Constructor instantiates a new TrackingController object.
 

Uses of Camera in jme.locale.external
 

Constructors in jme.locale.external with parameters of type Camera
Geomipmap(AbstractHeightMap heightMap, int patchSize, Camera camera)
          Constructor instantiates a new Geomipmap object.
 

Uses of Camera in jme.world
 

Methods in jme.world with parameters of type Camera
 void World.setCamera(Camera camera)
          setCamera sets the camera for the current world.