org.eclipse.birt.report.model.api
Interface IAbsoluteFontSizeValueProvider


public interface IAbsoluteFontSizeValueProvider

Provides the absolute dimension value for absolute font size constant.


Method Summary
 DimensionValue getValueOf(java.lang.String fontSizeConstant)
          Returns the dimension value of absolute font size constant.
 

Method Detail

getValueOf

DimensionValue getValueOf(java.lang.String fontSizeConstant)
Returns the dimension value of absolute font size constant. These constants are defined in DesignChoiceConstants. And the absolute value of the following should be provided:

Parameters:
fontSizeConstant - the absolute font size constant
Returns:
the absolute dimension value. The unit of the returned value should be one of px, in, cm, mm, and pt.


Copyright © 2008 Actuate Corp. All rights reserved.