Uses of Class
org.eclipse.birt.report.model.api.metadata.DimensionValue
-
Packages that use DimensionValue 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. -
-
Uses of DimensionValue in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return DimensionValue Modifier and Type Method 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. -
Uses of DimensionValue in org.eclipse.birt.report.model.api.metadata
Methods in org.eclipse.birt.report.model.api.metadata that return DimensionValue Modifier and Type Method Description static DimensionValue
DimensionValue. parse(java.lang.String value)
Deprecated.replaced byStringUtil.parse(String)
static DimensionValue
DimensionValue. parseInput(java.lang.String value)
Deprecated. -
Uses of DimensionValue in org.eclipse.birt.report.model.api.util
Methods in org.eclipse.birt.report.model.api.util that return DimensionValue Modifier and Type Method Description 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. convertTo(DimensionValue dimension, java.lang.String appUnit, java.lang.String targetUnits)
Convert aDimensionValue
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.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.Methods in org.eclipse.birt.report.model.api.util with parameters of type DimensionValue Modifier and Type Method Description static DimensionValue
DimensionUtil. convertTo(DimensionValue dimension, java.lang.String appUnit, java.lang.String targetUnits)
Convert aDimensionValue
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.
-