Interface LayoutOutputMetaData
-
- All Known Implementing Classes:
AbstractOutputMetaData
public interface LayoutOutputMetaData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSValue
getDefaultFontFamily()
PageSize
getDefaultPageSize()
org.pentaho.reporting.libraries.fonts.registry.FontMetrics
getFontMetrics(LayoutStyle style)
CSSValue
getNormalizedFontFamilyName(CSSConstant name)
Resolve one of the built-in fonts.CSSValue
getNormalizedFontFamilyName(CSSStringValue value)
double
getNumericFeatureValue(OutputProcessorFeature.NumericOutputProcessorFeature feature)
boolean
isContentSupported(Object content)
boolean
isFeatureSupported(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)
-
-