info.informatica.doc.style.css.visual
Class ElementReplacer<C>

java.lang.Object
  extended by 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

Field Summary
static String NAMESPACE_XHTML
           
 
Constructor Summary
ElementReplacer()
           
 
Method Summary
abstract  ReplacedElementBox<C> 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
 

Field Detail

NAMESPACE_XHTML

public static final String NAMESPACE_XHTML
See Also:
Constant Field Values
Constructor Detail

ElementReplacer

public ElementReplacer()
Method Detail

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.