- All Known Implementing Classes:
DefaultStyleFormattingFactory
,RGBStyleFormattingFactory
public interface StyleFormattingFactory
Create formatting context objects for use with a style sheet factory.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new DeclarationFormattingContext to serialize computed styles.Create a new StyleFormattingContext.
-
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.
-