net.sourceforge.plantuml.ugraphic.svg
Class DriverPathSvg

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

public class DriverPathSvg
extends DriverShadowedG2d
implements UDriver<SvgGraphics>


Constructor Summary
DriverPathSvg(ClipContainer clipContainer)
           
 
Method Summary
 void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
           
 
Methods inherited from class net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d
drawShadow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverPathSvg

public DriverPathSvg(ClipContainer clipContainer)
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.