com.itextpdf.tool.xml.html
Class CssAppliers

java.lang.Object
  extended by com.itextpdf.tool.xml.html.CssAppliers

public class CssAppliers
extends Object

Applies CSS to an Element using the appliers from the com.itextpdf.tool.xml.css.apply.

Author:
redlab_b

Constructor Summary
CssAppliers()
           
 
Method Summary
 Element apply(Element e, Tag t, HtmlPipelineContext ctx)
           
 Element apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, ImageProvider ip)
           
static CssAppliers getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssAppliers

public CssAppliers()
Method Detail

getInstance

public static CssAppliers getInstance()
Returns:
singleton instance

apply

public Element apply(Element e,
                     Tag t,
                     MarginMemory mm,
                     PageSizeContainable psc,
                     ImageProvider ip)
Parameters:
e -
t -
ctx -
Returns:
the element with CSS applied onto

apply

public Element apply(Element e,
                     Tag t,
                     HtmlPipelineContext ctx)


Copyright © 2011. All Rights Reserved.