Class DriverTextAsPathG2d

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(UText 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

  • Method Details

    • draw

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