net.sourceforge.plantuml.ugraphic.tikz
Class DriverAtomTextTikz

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

public class DriverAtomTextTikz
extends Object
implements UDriver<TikzGraphics>


Constructor Summary
DriverAtomTextTikz()
           
 
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

DriverAtomTextTikz

public DriverAtomTextTikz()
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.