Uses of Class
de.xima.fc.gui.designer.form.utils.CssProcessingOptions
-
Packages that use CssProcessingOptions Package Description de.xima.fc.gui.designer.form.utils -
-
Uses of CssProcessingOptions in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return CssProcessingOptions Modifier and Type Method Description CssProcessingOptions
CssProcessingOptions.Builder. build()
Creates a newCssProcessingOptions
instance with the current configuration.Methods in de.xima.fc.gui.designer.form.utils with parameters of type CssProcessingOptions Modifier and Type Method Description static List<CssInfo>
FormCssHelper. analyzeCss(Iterable<CssRequest> requests, CssProcessingOptions options)
Analyzes the given CSS files and finds all classes and font face rules.static List<CssClassInfo>
FormCssHelper. analyzeCssForClasses(Iterable<CssRequest> requests, CssProcessingOptions options)
Finds all CSS classes that occur in the given CSS style sheets, including sheets imported via@import
rules.static List<CssFontFaceInfo>
FormCssHelper. analyzeCssForFontFaces(Iterable<CssRequest> requests, CssProcessingOptions options)
Finds all font faces rules that occur in the given CSS style sheets, including sheets imported via@import
rules.static CssFontFaceInfo
FormCssHelper. analyzeCssForFontFaces(String cssData, String url, CssProcessingOptions options)
Finds all font faces rules that occur in the given CSS style sheets, including sheets imported via@import
rules.
-