Class DriverTextG2d
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.g2d.DriverTextG2d
-
-
Constructor Summary
Constructors Constructor Description DriverTextG2d(EnsureVisible visible)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.awt.geom.Dimension2DcalculateDimension(StringBounder stringBounder, UFont font, java.lang.String text)voiddraw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, java.awt.Graphics2D g2d)
-
-
-
Constructor Detail
-
DriverTextG2d
public DriverTextG2d(EnsureVisible visible)
-
-
Method Detail
-
draw
public void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, java.awt.Graphics2D g2d)
-
calculateDimension
public static java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder, UFont font, java.lang.String text)
-
-