com.itextpdf.tool.xml.css.apply
Class ImageCssApplier

java.lang.Object
  extended by com.itextpdf.tool.xml.css.apply.ImageCssApplier

public class ImageCssApplier
extends Object

Author:
redlab_b

Constructor Summary
ImageCssApplier()
           
 
Method Summary
 Image apply(Image img, Tag tag)
          Applies CSS to an Image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageCssApplier

public ImageCssApplier()
Method Detail

apply

public Image apply(Image img,
                   Tag tag)
Applies CSS to an Image

Parameters:
img - the image
tag - the tag with the css
Returns:
a styled Image


Copyright © 2012. All Rights Reserved.