Package net.atthegate.server.service.pdf
Class Form
java.lang.Object
net.atthegate.server.service.pdf.Form
- All Implemented Interfaces:
Drawable
Please see Example_45
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]
Draws this Form on the specified page.static String[]
List<float[]>
setLabelColor
(int labelColor) setLabelFont
(Font f1) setLabelFontSize
(float labelFontSize) setLocation
(float x, float y) setRowHeight
(float rowHeight) setRowLength
(float rowLength) setValueColor
(int valueColor) setValueFont
(Font f2) setValueFontSize
(float valueFontSize)
-
Constructor Details
-
Form
-
-
Method Details
-
setLocation
-
setRowLength
-
setRowHeight
-
setLabelFont
-
setLabelFontSize
-
setValueFont
-
setValueFontSize
-
setLabelColor
-
setValueColor
-
getEndOfLinePoints
-
drawOn
Draws this Form on the specified page. -
format
-