org.outerj.daisy.books.publisher.impl.publicationprocess
Class SvgRenderTask

java.lang.Object
  extended by org.outerj.daisy.books.publisher.impl.publicationprocess.SvgRenderTask
All Implemented Interfaces:
PublicationProcessTask

public class SvgRenderTask
extends java.lang.Object
implements PublicationProcessTask

A book publication process task to render SVG images. Reacts on a renderSVG tag, renders the referenced image, and replaces this tag with a normal img tag.


Constructor Summary
SvgRenderTask(java.util.Map attributes)
           
 
Method Summary
 void run(PublicationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgRenderTask

public SvgRenderTask(java.util.Map attributes)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

run

public void run(PublicationContext context)
         throws java.lang.Exception
Specified by:
run in interface PublicationProcessTask
Throws:
java.lang.Exception


Copyright © -2006 . All Rights Reserved.