Uses of Class
org.eclipse.birt.report.model.api.metadata.DimensionValue

Packages that use DimensionValue
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
 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
static DimensionValue DimensionValue.parse(java.lang.String value)
          Deprecated. replaced by StringUtil.parse(String)
static DimensionValue DimensionValue.parseInput(java.lang.String value)
          Deprecated. replaced by StringUtil.parseInput(String, com.ibm.icu.util.ULocale)
 

Uses of DimensionValue in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util that return DimensionValue
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 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
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).
 



Copyright © 2008 Actuate Corp. All rights reserved.