- All Known Implementing Classes:
- DefaultStyleFormattingFactory,- RGBStyleFormattingFactory
public interface StyleFormattingFactory
Create formatting context objects for use with a style sheet factory.
- 
Method SummaryModifier and TypeMethodDescriptionCreate a new DeclarationFormattingContext to serialize computed styles.Create a new StyleFormattingContext.
- 
Method Details- 
createStyleFormattingContextStyleFormattingContext createStyleFormattingContext()Create a new StyleFormattingContext.- Returns:
- a StyleFormattingContext.
 
- 
createComputedStyleFormattingContextDeclarationFormattingContext createComputedStyleFormattingContext()Create a new DeclarationFormattingContext to serialize computed styles.- Returns:
- a DeclarationFormattingContext.
 
 
-