Class DriverPathG2dLegacy

  • All Implemented Interfaces:
    UDriver<java.awt.Graphics2D>

    public class DriverPathG2dLegacy
    extends DriverShadowedG2d
    implements UDriver<java.awt.Graphics2D>
    • Constructor Summary

      Constructors 
      Constructor Description
      DriverPathG2dLegacy​(double dpiFactor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void draw​(UShape ushape, double x, double y, ColorMapper mapper, UParam param, java.awt.Graphics2D g2d)  
      • Methods inherited from class java.lang.Object

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

      • DriverPathG2dLegacy

        public DriverPathG2dLegacy​(double dpiFactor)
    • Method Detail

      • draw

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