net.sourceforge.plantuml.ugraphic.g2d
Class DriverPathG2d

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

public class DriverPathG2d
extends DriverShadowedG2d
implements UDriver<Graphics2D>


Constructor Summary
DriverPathG2d(double dpiFactor)
           
 
Method Summary
 void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
           
 
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

DriverPathG2d

public DriverPathG2d(double dpiFactor)
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 © 2014. All Rights Reserved.