net.sourceforge.plantuml.ugraphic.html5
Class DriverRectangleHtml5

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.html5.DriverRectangleHtml5
All Implemented Interfaces:
UDriver<Html5Drawer>

public class DriverRectangleHtml5
extends Object
implements UDriver<Html5Drawer>


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

Constructor Detail

DriverRectangleHtml5

public DriverRectangleHtml5(ClipContainer clipContainer)
Method Detail

draw

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


Copyright © 2012. All Rights Reserved.