Interface UDriver<SHAPE extends UShape,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, DriverPathEps, DriverPathG2d, DriverPathSvg, DriverPathTikz, DriverPathVdx, DriverPixelG2d, DriverPixelSvg, DriverPolygonBraille, DriverPolygonEps, DriverPolygonG2d, DriverPolygonSvg, DriverPolygonTikz, DriverPolygonVdx, DriverRectangleBraille, DriverRectangleEps, DriverRectangleG2d, DriverRectangleHtml5, DriverRectangleSvg, DriverRectangleTikz, DriverRectangleVdx, DriverTextAsPathG2d, DriverTextAsPathSvg, DriverTextBraille, DriverTextEps, DriverTextG2d, DriverTextSvg, DriverTextTikz, DriverTextVdx

public interface UDriver<SHAPE extends UShape,O>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(SHAPE shape, double x, double y, ColorMapper mapper, UParam param, O object)
     
  • Method Details