net.sourceforge.plantuml.ugraphic.svg
Class DriverImageSvg

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.svg.DriverImageSvg
All Implemented Interfaces:
UDriver<SvgGraphics>

public class DriverImageSvg
extends Object
implements UDriver<SvgGraphics>


Constructor Summary
DriverImageSvg()
           
 
Method Summary
 void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverImageSvg

public DriverImageSvg()
Method Detail

draw

public void draw(UShape ushape,
                 double x,
                 double y,
                 ColorMapper mapper,
                 UParam param,
                 SvgGraphics svg)
Specified by:
draw in interface UDriver<SvgGraphics>


Copyright © 2012. All Rights Reserved.