net.sourceforge.plantuml.ugraphic.eps
Class DriverPolygonEps

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.eps.DriverPolygonEps
All Implemented Interfaces:
UDriver<EpsGraphics>

public class DriverPolygonEps
extends Object
implements UDriver<EpsGraphics>


Constructor Summary
DriverPolygonEps(ClipContainer clipContainer)
           
 
Method Summary
 void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverPolygonEps

public DriverPolygonEps(ClipContainer clipContainer)
Method Detail

draw

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


Copyright © 2013. All Rights Reserved.