Package org.jzy3d.plot3d.text.align
Class AWTTextLayout
- java.lang.Object
-
- org.jzy3d.plot3d.text.align.TextLayout
-
- org.jzy3d.plot3d.text.align.AWTTextLayout
-
public class AWTTextLayout extends TextLayout
-
-
Constructor Summary
Constructors Constructor Description AWTTextLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coord2d
getBounds(GlyphVector gv)
Coord2d
getBounds(String str, Font font, FontRenderContext frc)
-
Methods inherited from class org.jzy3d.plot3d.text.align.TextLayout
align, align, computeXAlign, computeYAlign
-
-
-
-
Method Detail
-
getBounds
public Coord2d getBounds(String str, Font font, FontRenderContext frc)
-
getBounds
public Coord2d getBounds(GlyphVector gv)
-
-