Interface LayoutOutputMetaData
-
- All Known Implementing Classes:
AbstractOutputMetaData
public interface LayoutOutputMetaData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSValuegetDefaultFontFamily()PageSizegetDefaultPageSize()org.pentaho.reporting.libraries.fonts.registry.FontMetricsgetFontMetrics(LayoutStyle style)CSSValuegetNormalizedFontFamilyName(CSSConstant name)Resolve one of the built-in fonts.CSSValuegetNormalizedFontFamilyName(CSSStringValue value)doublegetNumericFeatureValue(OutputProcessorFeature.NumericOutputProcessorFeature feature)booleanisContentSupported(Object content)booleanisFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
-
-
-
Method Detail
-
isFeatureSupported
boolean isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
-
getNumericFeatureValue
double getNumericFeatureValue(OutputProcessorFeature.NumericOutputProcessorFeature feature)
-
isContentSupported
boolean isContentSupported(Object content)
-
getDefaultPageSize
PageSize getDefaultPageSize()
-
getNormalizedFontFamilyName
CSSValue getNormalizedFontFamilyName(CSSConstant name)
Resolve one of the built-in fonts.- Parameters:
name-- Returns:
-
getNormalizedFontFamilyName
CSSValue getNormalizedFontFamilyName(CSSStringValue value)
-
getDefaultFontFamily
CSSValue getDefaultFontFamily()
-
getFontMetrics
org.pentaho.reporting.libraries.fonts.registry.FontMetrics getFontMetrics(LayoutStyle style)
-
-