net.sourceforge.plantuml.ugraphic.tikz
Class DriverLineTikz

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.tikz.DriverLineTikz
All Implemented Interfaces:
UDriver<TikzGraphics>

public class DriverLineTikz
extends Object
implements UDriver<TikzGraphics>


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

Constructor Detail

DriverLineTikz

public DriverLineTikz()
Method Detail

draw

public void draw(UShape shape,
                 double x,
                 double y,
                 ColorMapper mapper,
                 UParam param,
                 TikzGraphics tikz)
Specified by:
draw in interface UDriver<TikzGraphics>


Copyright © 2014. All Rights Reserved.