Uses of Class
com.jme3.renderer.Caps

Packages that use Caps
com.jme3.material The com.jme3.material package contains classes for manipulating jMonkeyEngine materials. 
com.jme3.renderer The com.jme3.renderer package provides classes responsible for rendering. 
com.jme3.renderer.android   
com.jme3.renderer.lwjgl   
com.jme3.system   
 

Uses of Caps in com.jme3.material
 

Methods in com.jme3.material that return types with arguments of type Caps
 java.util.EnumSet<Caps> TechniqueDef.getRequiredCaps()
          Gets the renderer capabilities that are required by this technique.
 

Uses of Caps in com.jme3.renderer
 

Methods in com.jme3.renderer that return Caps
static Caps Caps.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Caps[] Caps.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.renderer that return types with arguments of type Caps
 java.util.EnumSet<Caps> Renderer.getCaps()
          Get the capabilities of the renderer.
 

Method parameters in com.jme3.renderer with type arguments of type Caps
static boolean Caps.supports(java.util.Collection<Caps> caps, FrameBuffer fb)
          Returns true if given the renderer capabilities, the framebuffer can be supported by the renderer.
static boolean Caps.supports(java.util.Collection<Caps> caps, Shader shader)
          Returns true if given the renderer capabilities, the shader can be supported by the renderer.
static boolean Caps.supports(java.util.Collection<Caps> caps, Texture tex)
          Returns true if given the renderer capabilities, the texture can be supported by the renderer.
 

Uses of Caps in com.jme3.renderer.android
 

Methods in com.jme3.renderer.android that return types with arguments of type Caps
 java.util.EnumSet<Caps> OGLESShaderRenderer.getCaps()
           
 

Uses of Caps in com.jme3.renderer.lwjgl
 

Methods in com.jme3.renderer.lwjgl that return types with arguments of type Caps
 java.util.EnumSet<Caps> LwjglGL1Renderer.getCaps()
           
 java.util.EnumSet<Caps> LwjglRenderer.getCaps()
           
 

Uses of Caps in com.jme3.system
 

Methods in com.jme3.system that return types with arguments of type Caps
 java.util.EnumSet<Caps> NullRenderer.getCaps()