Package ca.cgjennings.layout
Interface ParametricStyleFactory
-
- All Known Implementing Classes:
BackgroundColorStyleFactory
,FontFamilyStyleFactory
,FontSizeStyleFactory
,ForegroundColorStyleFactory
,GraphicStyleFactory
,TrackingStyleFactory
,WeightStyleFactory
,WidthStyleFactory
public interface ParametricStyleFactory
This interface represents objects that can create text styles that depend on the value of one or more parameters.- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextStyle
createStyle(MarkupRenderer renderer, java.lang.String[] parameters)
-
-
-
Method Detail
-
createStyle
TextStyle createStyle(MarkupRenderer renderer, java.lang.String[] parameters)
-
-