|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrintableConstants
Constants indicating which scaling mode and alignment should be used for printout.
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNMENT_BOTTOM
Bottom alignment. |
static int |
ALIGNMENT_CENTER
Center alignment. |
static int |
ALIGNMENT_LEFT
Left alignment. |
static int |
ALIGNMENT_RIGHT
Right alignment. |
static int |
ALIGNMENT_TOP
Top alignment. |
static int |
SCALING_FACTOR_SPECIFIED
Indicates that printout should be scaled using user-specified factor. |
static int |
SCALING_FIT_TO_PAGES
Indicates that printout should be scaled to fit on printable area of [rows x cols] pages layouted in a grid. |
| Field Detail |
|---|
static final int SCALING_FACTOR_SPECIFIED
setScalingFactorSpecified(double)
method. Default value of scaling factor is 1.0d and view is printed at
100% normal size.
static final int SCALING_FIT_TO_PAGES
setScalingFitToPagesGrid(int,int)
method. By default 1 x 1 grid of pages (i.e. one page) is used.
static final int ALIGNMENT_CENTER
static final int ALIGNMENT_TOP
static final int ALIGNMENT_BOTTOM
static final int ALIGNMENT_LEFT
static final int ALIGNMENT_RIGHT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||