BBjFormFrame
Description
In BBj 4.00 and higher, the BBjFormFrame object allows users to construct a filled or unfilled rectangle on a page.
Creation
BBjAPI > BBjPrinter > BBjForm > BBjFormPage > BBjFormFrame
The BBjFormFrame object is created through the following BBjFormPage object method:
|
Return Value |
Method |
|---|---|
|
BBjFormFrame |
newFrame() newFrame(double x, double y, double width, double height) |
Methods of BBjFormFrame
|
Return Value |
Method |
|---|---|
|
int |
getMiter() |
|
float |
|
|
double |
|
|
void |
setFillColor(BBjColor color) |
|
void |
setLineColor(BBjColor color) |
|
void |
setMiter(int miter) |
|
void |
setMiterLimit(float limit) |
|
void |
setThickness(double thickness) |
Methods of BBjFormFrame inherited from BBjFormElement
| Return Value | Method |
|---|---|
|
void |
add(BBjFormElement object) |
|
double |
|
|
Point |
|
|
Dimension |
|
|
double |
|
|
double |
|
|
double |
|
|
double |
|
|
double |
|
|
int |
|
|
double |
|
|
getPage() |
|
|
Point |
|
|
double |
|
|
Dimension |
getSize() |
|
double |
|
|
int |
|
|
double |
getWidth() |
|
double |
getX() |
|
double |
getY() |
|
int |
isChild() |
|
int |
|
|
int |
|
|
void |
remove(BBjFormElement object) |
|
void |
setBottomMargin(double margin) |
|
void |
setHeight(double height) |
|
void |
setHorizontalFill(int fill) |
|
void |
setHorizontalSticky(int sticky) |
|
void |
setLeftMargin(double margin) |
|
void |
setPosition(double x, double y) setPosition(Point point) |
|
void |
setRelative(int relative) |
|
void |
setRightMargin(double margin) |
|
void |
setSize(double width, double height) setSize(Dimension size) |
|
void |
setTopMargin(double margin) |
|
void |
setVerticalFill(int fill) |
|
void |
setVerticalSticky(int sticky) |
|
void |
setWidth(double width) |
Constants
| Value | Constant |
|---|---|
| 0 | JOIN_MITER |
| 1 | JOIN_ROUND |
| 2 | JOIN_BEVEL |
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.