NextApp Echo
App Container 1.0.5

nextapp.echoservlet.image
Class ImageToBufferedImage

java.lang.Object
  extended bynextapp.echoservlet.image.ImageToBufferedImage

class ImageToBufferedImage
extends java.lang.Object


Constructor Summary
private ImageToBufferedImage()
          Non-instantiable class.
 
Method Summary
(package private) static boolean hasAlpha(java.awt.Image image)
           
(package private) static java.awt.image.BufferedImage toBufferedImage(java.awt.Image image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageToBufferedImage

private ImageToBufferedImage()
Non-instantiable class.

Method Detail

toBufferedImage

static java.awt.image.BufferedImage toBufferedImage(java.awt.Image image)

hasAlpha

static boolean hasAlpha(java.awt.Image image)

NextApp Echo
App Container 1.0.5