info.informatica.doc.style.css.j2d
Class Java2DXHTMLElementReplacer
java.lang.Object
info.informatica.doc.style.css.visual.ElementReplacer<BufferedImage>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java2DXHTMLElementReplacer
public Java2DXHTMLElementReplacer()
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.