Package org.apache.poi.xdgf.usermodel
Class XDGFText
java.lang.Object
org.apache.poi.xdgf.usermodel.XDGFText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(Graphics2D graphics) When calling this to draw text, it assumes graphics is set properly to draw in the right style.These are in the shape coordinate system
-
Constructor Details
-
XDGFText
-
-
Method Details
-
getTextContent
-
getTextBounds
These are in the shape coordinate system- See Also:
-
getBoundsAsPath
- Returns:
- Text bounds as a path in local coordinates, which is useful if you need to transform to global coordinates
-
getTextCenter
- Returns:
- Center of text in local coordinates
-
draw
When calling this to draw text, it assumes graphics is set properly to draw in the right style.
-