Uses of Class
de.xima.fc.gui.designer.form.utils.CssProcessingOptions
Packages that use CssProcessingOptions
-
Uses of CssProcessingOptions in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return CssProcessingOptionsModifier and TypeMethodDescriptionCssProcessingOptions.Builder.build()Creates a newCssProcessingOptionsinstance with the current configuration.Methods in de.xima.fc.gui.designer.form.utils with parameters of type CssProcessingOptionsModifier and TypeMethodDescriptionFormCssHelper.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@importrules.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@importrules.static CssFontFaceInfoFormCssHelper.analyzeCssForFontFaces(String cssData, String url, CssProcessingOptions options) Finds all font faces rules that occur in the given CSS style sheets, including sheets imported via@importrules.