net.sourceforge.plantuml.ugraphic
Interface UDriver<O>

All Known Implementing Classes:
DriverCenteredCharacterEps, DriverCenteredCharacterG2d, DriverCenteredCharacterSvg, DriverDotPathEps, DriverDotPathG2d, DriverDotPathSvg, DriverDotPathVdx, DriverEllipseEps, DriverEllipseG2d, DriverEllipseSvg, DriverImageEps, DriverImageG2d, DriverImagePng, DriverImageSvgSvg, DriverLineEps, DriverLineG2d, DriverLineHtml5, DriverLineSvg, DriverLineVdx, DriverNoneVdx, DriverNopHtml5, DriverPathEps, DriverPathG2d, DriverPathSvg, DriverPixelG2d, DriverPolygonEps, DriverPolygonG2d, DriverPolygonSvg, DriverPolygonVdx, DriverRectangleEps, DriverRectangleG2d, DriverRectangleHtml5, DriverRectangleSvg, DriverRectangleVdx, DriverTextAsPathSvg, DriverTextEps, DriverTextG2d, DriverTextSvg, DriverTextVdx, DriverUPathVdx

public interface UDriver<O>


Method Summary
 void draw(UShape shape, double x, double y, ColorMapper mapper, UParam param, O object)
           
 

Method Detail

draw

void draw(UShape shape,
          double x,
          double y,
          ColorMapper mapper,
          UParam param,
          O object)


Copyright © 2013. All Rights Reserved.