インタフェース
com.jme3.export.OutputCapsule の使用

OutputCapsule を使用しているパッケージ
com.jme3.export   
com.jme3.export.xml   
 

com.jme3.export での OutputCapsule の使用
 

OutputCapsule を返す com.jme3.export のメソッド
 OutputCapsule JmeExporter.getCapsule(Savable object)
          Returns the OutputCapsule for the given savable object.
 

com.jme3.export.xml での OutputCapsule の使用
 

OutputCapsule を実装している com.jme3.export.xml のクラス
 class DOMOutputCapsule
          Part of the jME XML IO system as introduced in the google code jmexml project.
 

OutputCapsule を返す com.jme3.export.xml のメソッド
 OutputCapsule XMLExporter.getCapsule(Savable object)