Package net.atthegate.server.service.pdf
Class PlainText
java.lang.Object
net.atthegate.server.service.pdf.PlainText
- All Implemented Interfaces:
Drawable
Please see Example_45
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]
Draws this PlainText on the specified page.List<float[]>
setBackgroundColor
(int backgroundColor) setBorderColor
(int borderColor) setFontSize
(float fontSize) setLeading
(float leading) setLocation
(float x, float y) setTextColor
(int textColor) setWidth
(float w)
-
Constructor Details
-
PlainText
-
-
Method Details
-
setFontSize
-
setLocation
-
setWidth
-
setLeading
-
setBackgroundColor
-
setBorderColor
-
setTextColor
-
getEndOfLinePoints
-
drawOn
Draws this PlainText on the specified page.
-