Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
org.eclipse.birt.report.model.api.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
DimensionValue |
DimensionHandle.getAbsoluteValue()
Returns the absolute dimension value with the following units.
|
DimensionValue |
MasterPageHandle.getEffectiveHeight()
Deprecated.
|
DimensionValue |
MasterPageHandle.getEffectiveWidth()
Deprecated.
|
DimensionValue |
MasterPageHandle.getPageHeight()
Gets the effective page height.
|
DimensionValue |
MasterPageHandle.getPageWidth()
Gets the effective page width.
|
DimensionValue |
IAbsoluteFontSizeValueProvider.getValueOf(java.lang.String fontSizeConstant)
Returns the dimension value of absolute font size constant.
|
Modifier and Type | Method and Description |
---|---|
static DimensionValue |
DimensionValue.parse(java.lang.String value)
Deprecated.
replaced by
StringUtil.parse(String) |
static DimensionValue |
DimensionValue.parseInput(java.lang.String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DimensionValue |
DimensionUtil.convertTo(DimensionValue dimension,
java.lang.String appUnit,
java.lang.String targetUnits)
Convert a
DimensionValue from one units to another, The
conversion is between absolute the units should be one of the absolute
units(CM, IN, MM, PT, PC). |
static DimensionValue |
DimensionUtil.convertTo(double measure,
java.lang.String fromUnits,
java.lang.String targetUnits)
Convert a measure from one units to another.
|
static DimensionValue |
DimensionUtil.convertTo(java.lang.String dimension,
java.lang.String appUnit,
java.lang.String targetUnits)
Convert a dimension from one units to another, the dimension like "12pt,
12cm" is composed of two parts: "measure" and "units".
|
static DimensionValue |
DimensionUtil.mergeDimension(DimensionValue dimension1,
DimensionValue dimension2)
Merges two dimension values with default dpi.
|
static DimensionValue |
DimensionUtil.mergeDimension(DimensionValue dimension1,
DimensionValue dimension2,
int dpi)
Merges two dimension values with the given dpi value.
|
static DimensionValue |
StringUtil.parse(java.lang.String value)
Parses a dimension string in locale-independent way.
|
static DimensionValue |
StringUtil.parseInput(java.lang.String value,
com.ibm.icu.util.ULocale locale)
Parses a dimension string in locale-dependent way.
|
Modifier and Type | Method and Description |
---|---|
static DimensionValue |
DimensionUtil.convertTo(DimensionValue dimension,
java.lang.String appUnit,
java.lang.String targetUnits)
Convert a
DimensionValue from one units to another, The
conversion is between absolute the units should be one of the absolute
units(CM, IN, MM, PT, PC). |
static DimensionValue |
DimensionUtil.mergeDimension(DimensionValue dimension1,
DimensionValue dimension2)
Merges two dimension values with default dpi.
|
static DimensionValue |
DimensionUtil.mergeDimension(DimensionValue dimension1,
DimensionValue dimension2,
int dpi)
Merges two dimension values with the given dpi value.
|
Copyright © 2008 Actuate Corp. All rights reserved.