Class DriverImageG2d

java.lang.Object
net.sourceforge.plantuml.ugraphic.g2d.DriverImageG2d
All Implemented Interfaces:
UDriver<UImage,java.awt.Graphics2D>

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

    Constructors
    Constructor
    Description
    DriverImageG2d(double dpiFactor, EnsureVisible visible)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(UImage shape, 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 Details

    • DriverImageG2d

      public DriverImageG2d(double dpiFactor, EnsureVisible visible)
  • Method Details