com.itextpdf.tool.xml.svg.graphic
Class CssSvgAppliers

java.lang.Object
  extended by com.itextpdf.tool.xml.svg.graphic.CssSvgAppliers

public class CssSvgAppliers
extends Object


Constructor Summary
CssSvgAppliers()
           
 
Method Summary
 void apply(PdfContentByte cb, Map<String,String> css)
           
 void applyForText(PdfContentByte cb, Map<String,String> css, Chunk chunk)
           
 void close(PdfContentByte cb, Map<String,String> css)
           
static CssSvgAppliers getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssSvgAppliers

public CssSvgAppliers()
Method Detail

getInstance

public static CssSvgAppliers getInstance()
Returns:
singleton instance

applyForText

public void applyForText(PdfContentByte cb,
                         Map<String,String> css,
                         Chunk chunk)

apply

public void apply(PdfContentByte cb,
                  Map<String,String> css)

close

public void close(PdfContentByte cb,
                  Map<String,String> css)


Copyright © 2012. All Rights Reserved.