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

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

public class BinaryZBufferStateModule
extends java.lang.Object
implements BinaryLoaderModule


Constructor Summary
BinaryZBufferStateModule()
           
 
Method Summary
 java.lang.String getKey()
           
 Savable load(InputCapsule inputCapsule)
          The inputCapsule parameter is not used at all.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryZBufferStateModule

public BinaryZBufferStateModule()
Method Detail

getKey

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

load

public Savable load(InputCapsule inputCapsule)
Description copied from interface: BinaryLoaderModule
The inputCapsule parameter is not used at all. The DOMOutputStream class calls this method with a null parameter, so if you make use of the parameter, either handle null 'inputCapsule' or rearrange the class hierarchy to satisfy DOMOuptutStream.

Specified by:
load in interface BinaryLoaderModule
Parameters:
inputCapsule - A value which is currently ignored by all implementation classes.


Copyright 2003-2009 jMonkeyEngine