Uses of Class
org.eclipse.birt.report.model.api.metadata.DimensionValue
Packages that use DimensionValue
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Defines the elements, properties, types, structures and slots
in the Report Object Model.
Utility classes.
-
Uses of DimensionValue in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return DimensionValueModifier and TypeMethodDescriptionDimensionHandle.getAbsoluteValue()
Returns the absolute dimension value with the following units.MasterPageHandle.getEffectiveHeight()
Deprecated.MasterPageHandle.getEffectiveWidth()
Deprecated.MasterPageHandle.getPageHeight()
Gets the effective page height.MasterPageHandle.getPageWidth()
Gets the effective page width.IAbsoluteFontSizeValueProvider.getValueOf
(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 DimensionValueModifier and TypeMethodDescriptionstatic DimensionValue
Deprecated.static DimensionValue
DimensionValue.parseInput
(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 DimensionValueModifier and TypeMethodDescriptionstatic DimensionValue
Convert a measure from one units to another.static DimensionValue
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, String appUnit, 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
Parses a dimension string in locale-independent way.static DimensionValue
StringUtil.parseInput
(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 DimensionValueModifier and TypeMethodDescriptionstatic DimensionValue
DimensionUtil.convertTo
(DimensionValue dimension, String appUnit, 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.
StringUtil.parse(String)