Class DriverPathG2d

java.lang.Object
net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d
net.sourceforge.plantuml.ugraphic.g2d.DriverPathG2d
All Implemented Interfaces:
UDriver<UPath,java.awt.Graphics2D>

public class DriverPathG2d extends DriverShadowedG2d implements UDriver<UPath,java.awt.Graphics2D>
  • Constructor Summary

    Constructors
    Constructor
    Description
    DriverPathG2d(double dpiFactor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, java.awt.Graphics2D g2d)
     

    Methods inherited from class net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d

    drawOnlyLineShadow, drawOnlyLineShadowSpecial, drawShadow

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DriverPathG2d

      public DriverPathG2d(double dpiFactor)
  • Method Details

    • draw

      public void draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, java.awt.Graphics2D g2d)
      Specified by:
      draw in interface UDriver<UPath,java.awt.Graphics2D>