Package jme3tools.converters
Class ImageToAwt
java.lang.Object
jme3tools.converters.ImageToAwt
- 
Method SummaryModifier and TypeMethodDescriptionstatic BufferedImagestatic voidConvert the image from the given format to the output format.static voidconvert(BufferedImage image, Image.Format format, ByteBuffer buf) Convert an AWT image to jME image.static voidcreateData(Image image, boolean mipmaps) 
- 
Method Details- 
convertConvert an AWT image to jME image. XXX not implemented yet!- Parameters:
- image- the input image (not null, unaffected)
- format- the data format
- buf- the output buffer (not null, modified)
 
- 
createData
- 
convertConvert the image from the given format to the output format. It is assumed that both images have buffers with the appropriate number of elements and that both have the same dimensions.- Parameters:
- input- the input image (not null, unaffected)
- output- the output image (not null, modified)
 
- 
convert
 
-