|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Units | |
---|---|
jdbreport.model | |
jdbreport.model.io.xml | |
jdbreport.model.print |
Uses of Units in jdbreport.model |
---|
Methods in jdbreport.model that return Units | |
---|---|
static Units |
Units.findUnits(String name)
|
static Units |
Units.getDefaultUnit()
|
protected Units |
ReportRow.getDefaultUnit()
|
static Units |
Units.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Units[] |
Units.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jdbreport.model with parameters of type Units | |
---|---|
static void |
Units.setDefaultUnit(Units unit)
|
Uses of Units in jdbreport.model.io.xml |
---|
Fields in jdbreport.model.io.xml declared as Units | |
---|---|
protected static Units |
ReportBookWriterParser.unit
|
Uses of Units in jdbreport.model.print |
---|
Methods in jdbreport.model.print with parameters of type Units | |
---|---|
double |
ReportPage.getBottomMargin(Units unit)
|
double |
ReportPage.getHeight(Units unit)
|
double |
ReportPage.getImageableHeight(Units unit)
|
double |
ReportPage.getImageableWidth(Units unit)
|
double |
ReportPage.getLeftMargin(Units unit)
|
double |
ReportPage.getRightMargin(Units unit)
|
double |
ReportPage.getTopMargin(Units unit)
|
double |
ReportPage.getWidth(Units unit)
|
void |
ReportPage.setMargin(double left,
double top,
double right,
double bottom,
Units unit)
|
void |
ReportPage.setSize(double width,
double height,
Units unit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |