info.informatica.doc.style.css.visual
Class ElementReplacer<C>
java.lang.Object
info.informatica.doc.style.css.visual.ElementReplacer<C>
- Direct Known Subclasses:
- Java2DXHTMLElementReplacer, PDFXHTMLElementReplacer
public abstract class ElementReplacer<C>
- extends Object
CSS Element replacer.
- 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 |
NAMESPACE_XHTML
public static final String NAMESPACE_XHTML
- See Also:
- Constant Field Values
ElementReplacer
public ElementReplacer()
createReplacedElementBox
public abstract ReplacedElementBox<C> createReplacedElementBox(CSSStylableElement element)
- Creates a box for a replaced element.
- 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.