Class DriverPixelG2d

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

    public class DriverPixelG2d
    extends java.lang.Object
    implements UDriver<java.awt.Graphics2D>
    • Constructor Summary

      Constructors 
      Constructor Description
      DriverPixelG2d()  
    • 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

      • DriverPixelG2d

        public DriverPixelG2d()
    • 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>