Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.swing
Class AWTFSImage

java.lang.Object
  extended by org.xhtmlrenderer.swing.AWTFSImage
All Implemented Interfaces:
FSImage

public abstract class AWTFSImage
extends java.lang.Object
implements FSImage


Method Summary
static FSImage createImage(java.awt.Image img)
           
static FSImage createLegacyImage(java.awt.Image img)
          Deprecated. replaced by #createImage(), that decides on which system to use to create the Image
abstract  java.awt.Image getImage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xhtmlrenderer.extend.FSImage
getHeight, getWidth, scale
 

Method Detail

createLegacyImage

public static FSImage createLegacyImage(java.awt.Image img)
Deprecated. replaced by #createImage(), that decides on which system to use to create the Image


createImage

public static FSImage createImage(java.awt.Image img)

getImage

public abstract java.awt.Image getImage()

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home