com.jme.util.export.binary.modules
Class BinaryFragmentProgramStateModule

java.lang.Object
  extended by com.jme.util.export.binary.modules.BinaryFragmentProgramStateModule
All Implemented Interfaces:
BinaryLoaderModule

public class BinaryFragmentProgramStateModule
extends java.lang.Object
implements BinaryLoaderModule


Constructor Summary
BinaryFragmentProgramStateModule()
           
 
Method Summary
 java.lang.String getKey()
           
 Savable load(InputCapsule inputCapsule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFragmentProgramStateModule

public BinaryFragmentProgramStateModule()
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface BinaryLoaderModule

load

public Savable load(InputCapsule inputCapsule)
Specified by:
load in interface BinaryLoaderModule