Interface StyleFormattingFactory

All Known Implementing Classes:
DefaultStyleFormattingFactory, RGBStyleFormattingFactory

public interface StyleFormattingFactory
Create formatting context objects for use with a style sheet factory.
  • Method Details

    • createStyleFormattingContext

      StyleFormattingContext createStyleFormattingContext()
      Create a new StyleFormattingContext.
      Returns:
      a StyleFormattingContext.
    • createComputedStyleFormattingContext

      DeclarationFormattingContext createComputedStyleFormattingContext()
      Create a new DeclarationFormattingContext to serialize computed styles.
      Returns:
      a DeclarationFormattingContext.