Uses of Interface
org.pentaho.reporting.libraries.css.dom.DocumentContext
-
-
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver
Methods in org.pentaho.reporting.libraries.css.resolver with parameters of type DocumentContext Modifier and Type Method Description voidStyleResolver. initialize(DocumentContext documentContext)voidStyleRuleMatcher. initialize(DocumentContext layoutProcess) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.function
Methods in org.pentaho.reporting.libraries.css.resolver.function with parameters of type DocumentContext Modifier and Type Method Description static org.pentaho.reporting.libraries.resourceloader.ResourceKeyFunctionUtilities. createURI(String uri, DocumentContext layoutProcess)ContentTokenContentFunction. evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function)CSSValueStyleValueFunction. evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function)static CSSResourceValueFunctionUtilities. loadResource(DocumentContext process, Object value)static CSSResourceValueFunctionUtilities. loadResource(DocumentContext process, Object value, Class[] type)static CSSValueFunctionUtilities. parseValue(DocumentContext process, String text)static CSSValueFunctionUtilities. resolveParameter(DocumentContext layoutProcess, LayoutElement layoutElement, CSSValue value)static StringFunctionUtilities. resolveString(DocumentContext layoutProcess, LayoutElement layoutElement, CSSValue value) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.function.content
-
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.function.values
Methods in org.pentaho.reporting.libraries.css.resolver.function.values with parameters of type DocumentContext Modifier and Type Method Description CSSValueAttrValueFunction. evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function)CSSValueHslValueFunction. evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function)CSSValueRgbValueFunction. evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function)CSSValueUrlValueFunction. evaluate(DocumentContext layoutProcess, LayoutElement element, CSSFunctionValue function) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.impl
Methods in org.pentaho.reporting.libraries.css.resolver.impl that return DocumentContext Modifier and Type Method Description protected DocumentContextAbstractStyleResolver. getDocumentContext()Methods in org.pentaho.reporting.libraries.css.resolver.impl with parameters of type DocumentContext Modifier and Type Method Description voidAbstractStyleResolver. initialize(DocumentContext documentContext)voidDefaultStyleResolver. initialize(DocumentContext layoutProcess)voidSimpleStyleRuleMatcher. initialize(DocumentContext layoutProcess)protected voidAbstractStyleResolver. loadInitialStyle(DocumentContext context) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values
Methods in org.pentaho.reporting.libraries.css.resolver.values with parameters of type DocumentContext Modifier and Type Method Description voidResolverFactory. performResolve(DocumentContext process, LayoutElement node)voidResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.autovalue.box
Methods in org.pentaho.reporting.libraries.css.resolver.values.autovalue.box with parameters of type DocumentContext Modifier and Type Method Description voidFitPositionResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.autovalue.fonts
Methods in org.pentaho.reporting.libraries.css.resolver.values.autovalue.fonts with parameters of type DocumentContext Modifier and Type Method Description voidFontSmoothResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.autovalue.line
Methods in org.pentaho.reporting.libraries.css.resolver.values.autovalue.line with parameters of type DocumentContext Modifier and Type Method Description voidTextHeightResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.autovalue.page
Methods in org.pentaho.reporting.libraries.css.resolver.values.autovalue.page with parameters of type DocumentContext Modifier and Type Method Description voidPageSizeResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.autovalue.text
Methods in org.pentaho.reporting.libraries.css.resolver.values.autovalue.text with parameters of type DocumentContext Modifier and Type Method Description voidTextDecorationWidthResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed with parameters of type DocumentContext Modifier and Type Method Description voidConstantsResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)voidListOfConstantsResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.protected voidListOfConstantsResolveHandler. resolveInvalidItem(DocumentContext process, LayoutElement currentNode, StyleKey key, int index)protected abstract booleanListOfConstantsResolveHandler. resolveItem(DocumentContext process, LayoutElement currentNode, StyleKey key, int index, CSSConstant item)protected CSSValueConstantsResolveHandler. resolveValue(DocumentContext process, LayoutElement currentNode, StyleKey key) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.border
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.border with parameters of type DocumentContext Modifier and Type Method Description protected CSSValueBorderWidthResolveHandler. resolveValue(DocumentContext process, LayoutElement currentNode, StyleKey key) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.box
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.box with parameters of type DocumentContext Modifier and Type Method Description voidFloatResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.color
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.color with parameters of type DocumentContext Modifier and Type Method Description voidColorResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.content
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.content with parameters of type DocumentContext Modifier and Type Method Description voidContentResolveHandler. resolve(DocumentContext process, LayoutElement element, StyleKey key)Resolves a single property.voidCounterIncrementResolveHandler. resolve(DocumentContext process, LayoutElement element, StyleKey key)Resolves a single property.voidCounterResetResolveHandler. resolve(DocumentContext process, LayoutElement element, StyleKey key)Resolves a single property.voidMoveToResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidQuotesResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidStringSetResolveHandler. resolve(DocumentContext process, LayoutElement element, StyleKey key)Resolves a String.voidXAlternateTextResolveHandler. resolve(DocumentContext process, LayoutElement element, StyleKey key)Resolves a String.voidXStringDefineResolveHandler. resolve(DocumentContext process, LayoutElement element, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.fonts
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.fonts with parameters of type DocumentContext Modifier and Type Method Description voidFontFamilyResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)voidFontSizeResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)voidFontStretchResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidFontWeightResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidMinMaxFontSizeResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.hyperlinks
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.hyperlinks with parameters of type DocumentContext Modifier and Type Method Description voidTargetNameResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.page
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.page with parameters of type DocumentContext Modifier and Type Method Description voidPageSizeResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.position
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.position with parameters of type DocumentContext Modifier and Type Method Description voidPositionResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.computed.text
Methods in org.pentaho.reporting.libraries.css.resolver.values.computed.text with parameters of type DocumentContext Modifier and Type Method Description voidTextAlignResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidTextKashidaSpaceResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidTextOverflowEllipsisResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.protected CSSValueTextDecorationWidthResolveHandler. resolveValue(DocumentContext process, LayoutElement currentNode, StyleKey key) -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.percentages.fonts
Methods in org.pentaho.reporting.libraries.css.resolver.values.percentages.fonts with parameters of type DocumentContext Modifier and Type Method Description voidFontSizeAdjustResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)voidFontSizeResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)voidFontSmoothResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidMaxMinFontSizeResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.percentages.lines
Methods in org.pentaho.reporting.libraries.css.resolver.values.percentages.lines with parameters of type DocumentContext Modifier and Type Method Description voidLineHeightResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property. -
Uses of DocumentContext in org.pentaho.reporting.libraries.css.resolver.values.percentages.text
Methods in org.pentaho.reporting.libraries.css.resolver.values.percentages.text with parameters of type DocumentContext Modifier and Type Method Description voidLetterSpacingResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.voidWordSpacingResolveHandler. resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)Resolves a single property.
-