public interface IAbsoluteFontSizeValueProvider
Modifier and Type | Method and Description |
---|---|
DimensionValue |
getValueOf(java.lang.String fontSizeConstant)
Returns the dimension value of absolute font size constant.
|
DimensionValue getValueOf(java.lang.String fontSizeConstant)
DesignChoiceConstants
. And the
absolute value of the following should be provided:
FONT_SIZE_XX_SMALL
FONT_SIZE_X_SMALL
FONT_SIZE_SMALL
FONT_SIZE_MEDIUM
FONT_SIZE_LARGE
FONT_SIZE_X_LARGE
FONT_SIZE_XX_LARGE
fontSizeConstant
- the absolute font size constantCopyright © 2008 Actuate Corp. All rights reserved.