net.sourceforge.plantuml.ugraphic.svg
Class DriverTextAsPathSvg

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

public class DriverTextAsPathSvg
extends java.lang.Object
implements UDriver<SvgGraphics>


Constructor Summary
DriverTextAsPathSvg(java.awt.font.FontRenderContext fontRenderContext, ClipContainer clipContainer)
           
 
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

DriverTextAsPathSvg

public DriverTextAsPathSvg(java.awt.font.FontRenderContext fontRenderContext,
                           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 © 2011. All Rights Reserved.