Uses of Interface
ca.cgjennings.layout.ParametricStyleFactory
-
Packages that use ParametricStyleFactory Package Description ca.cgjennings.layout -
-
Uses of ParametricStyleFactory in ca.cgjennings.layout
Classes in ca.cgjennings.layout that implement ParametricStyleFactory Modifier and Type Class Description class
BackgroundColorStyleFactory
Create a text style that colours the text background according to the value of the first parameter.class
FontFamilyStyleFactory
A parametric style that changes the font family.class
FontSizeStyleFactory
A parametric style that changes text point size.class
ForegroundColorStyleFactory
Create a text style that colours text according to the value of the parameters.class
GraphicStyleFactory
A style factory that creates text styles that replace selections with images.class
TrackingStyleFactory
A parametric style that changes text tracking (spacing between letters).class
WeightStyleFactory
Produce different text widths based on the parameter to the width tag.class
WidthStyleFactory
Produce different text widths based on the parameter to the width tag.Methods in ca.cgjennings.layout that return ParametricStyleFactory Modifier and Type Method Description ParametricStyleFactory
MarkupRenderer. getParametricStyleForTag(java.lang.String tagName)
Return theParametricStyleFactory
associated with the tag, ornull
if the tag does not have a style set (including if it has a replacement or style set).Methods in ca.cgjennings.layout with parameters of type ParametricStyleFactory Modifier and Type Method Description void
MarkupRenderer. setParametricStyleForTag(java.lang.String tagName, ParametricStyleFactory factory)
Set a parameter-based style for the given tag.
-