com.jme3.scene.plugins.blender.textures.io
Class PixelIOFactory

java.lang.Object
  extended by com.jme3.scene.plugins.blender.textures.io.PixelIOFactory

public class PixelIOFactory
extends java.lang.Object

This class creates a pixel IO object for the specified image format.


Constructor Summary
PixelIOFactory()
           
 
Method Summary
static PixelInputOutput getPixelIO(Image.Format format)
          This method returns pixel IO object for the specified format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixelIOFactory

public PixelIOFactory()
Method Detail

getPixelIO

public static PixelInputOutput getPixelIO(Image.Format format)
This method returns pixel IO object for the specified format.

Parameters:
format - the format of the image
Returns:
pixel IO object