Interface UDriver<O>
-
- All Known Implementing Classes:
DriverAtomTextTikz
,DriverCenteredCharacterBraille
,DriverCenteredCharacterEps
,DriverCenteredCharacterG2d
,DriverCenteredCharacterSvg
,DriverCenteredCharacterTikz
,DriverCenteredCharacterTikz2
,DriverDotPathBraille
,DriverDotPathEps
,DriverDotPathG2d
,DriverDotPathSvg
,DriverDotPathTikz
,DriverDotPathVdx
,DriverEllipseEps
,DriverEllipseG2d
,DriverEllipseSvg
,DriverEllipseTikz
,DriverImageEps
,DriverImageG2d
,DriverImagePng
,DriverImageSvgSvg
,DriverImageTikz
,DriverLineBraille
,DriverLineEps
,DriverLineG2d
,DriverLineHtml5
,DriverLineSvg
,DriverLineTikz
,DriverLineVdx
,DriverNoneBraille
,DriverNoneSvg
,DriverNoneTikz
,DriverNoneVdx
,DriverNopHtml5
,DriverPathEps
,DriverPathG2d
,DriverPathSvg
,DriverPixelG2d
,DriverPolygonBraille
,DriverPolygonEps
,DriverPolygonG2d
,DriverPolygonSvg
,DriverPolygonTikz
,DriverPolygonVdx
,DriverRectangleBraille
,DriverRectangleEps
,DriverRectangleG2d
,DriverRectangleHtml5
,DriverRectangleSvg
,DriverRectangleTikz
,DriverRectangleVdx
,DriverTextAsPathG2d
,DriverTextAsPathSvg
,DriverTextBraille
,DriverTextEps
,DriverTextG2d
,DriverTextSvg
,DriverTextVdx
,DriverUPathTikz
,DriverUPathVdx
,DriverUTextTikz
public interface UDriver<O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-