Uses of Class
com.jme3.scene.VertexBuffer.Usage

Packages that use VertexBuffer.Usage
com.jme3.scene The com.jme3.input package contains the scene graph implementation in jMonkeyEngine. 
 

Uses of VertexBuffer.Usage in com.jme3.scene
 

Fields in com.jme3.scene declared as VertexBuffer.Usage
protected  VertexBuffer.Usage VertexBuffer.usage
           
 

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

Methods in com.jme3.scene with parameters of type VertexBuffer.Usage
 void VertexBuffer.setupData(VertexBuffer.Usage usage, int components, VertexBuffer.Format format, java.nio.Buffer data)
          Called to initialize the data in the VertexBuffer.
 void VertexBuffer.setUsage(VertexBuffer.Usage usage)