info.informatica.doc.style.css.j2d
Class Java2DXHTMLElementReplacer

java.lang.Object
  extended by info.informatica.doc.style.css.visual.ElementReplacer<BufferedImage>
      extended by info.informatica.doc.style.css.j2d.Java2DXHTMLElementReplacer

public class Java2DXHTMLElementReplacer
extends ElementReplacer<BufferedImage>

CSS Element replacer for XHTML with Java2D.

Author:
Carlos Amengual (amengual at informatica.info)
See Also:
StyleDatabase

Field Summary
 
Fields inherited from class info.informatica.doc.style.css.visual.ElementReplacer
NAMESPACE_XHTML
 
Constructor Summary
Java2DXHTMLElementReplacer()
           
 
Method Summary
 ReplacedElementBox<BufferedImage> createReplacedElementBox(CSSStylableElement element)
          Creates a box for a replaced element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java2DXHTMLElementReplacer

public Java2DXHTMLElementReplacer()
Method Detail

createReplacedElementBox

public ReplacedElementBox<BufferedImage> createReplacedElementBox(CSSStylableElement element)
Creates a box for a replaced element.

Specified by:
createReplacedElementBox in class ElementReplacer<BufferedImage>
Parameters:
element - the element that is going to be replaced.
Returns:
the box for the replaced element, or null if the element is non-replaced.


Copyright © 2011 informatica.info. All Rights Reserved.