クラス
com.jme3.scene.VertexBuffer.Format の使用

VertexBuffer.Format を使用しているパッケージ
com.jme3.scene The com.jme3.input package contains the scene graph implementation in jMonkeyEngine. 
jme3tools.converters.model   
 

com.jme3.scene での VertexBuffer.Format の使用
 

VertexBuffer.Format を返す com.jme3.scene のメソッド
 VertexBuffer.Format VertexBuffer.getFormat()
           
static VertexBuffer.Format VertexBuffer.Format.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static VertexBuffer.Format[] VertexBuffer.Format.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

VertexBuffer.Format 型のパラメータを持つ com.jme3.scene のメソッド
static java.nio.Buffer VertexBuffer.createBuffer(VertexBuffer.Format format, int components, int numElements)
          Creates a Buffer that satisfies the given type and size requirements of the parameters.
 void VertexBuffer.setupData(VertexBuffer.Usage usage, int components, VertexBuffer.Format format, java.nio.Buffer data)
          Called to initialize the data in the VertexBuffer.
 

jme3tools.converters.model での VertexBuffer.Format の使用
 

VertexBuffer.Format 型のパラメータを持つ jme3tools.converters.model のメソッド
static void FloatToFixed.convertToFixed(Geometry geom, VertexBuffer.Format posFmt, VertexBuffer.Format nmFmt, VertexBuffer.Format tcFmt)