net.sourceforge.plantuml.ugraphic.g2d
Class DriverDotPathG2d

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.g2d.DriverDotPathG2d
All Implemented Interfaces:
UDriver<Graphics2D>

public class DriverDotPathG2d
extends Object
implements UDriver<Graphics2D>


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

Constructor Detail

DriverDotPathG2d

public DriverDotPathG2d(EnsureVisible visible)
Method Detail

draw

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


Copyright © 2013. All Rights Reserved.