Class CssInfo
java.lang.Object
de.xima.fc.gui.designer.form.model.CssInfo
- All Implemented Interfaces:
Serializable
Represents an analyzed CSS file. Used by the form designer for various features.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCssInfo(CssClassInfo classInfo, CssFontFaceInfo fontFaceInfo) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
CssInfo
Creates a new POJO with the given data.- Parameters:
classInfo- Value returned bygetClassInfo().fontFaceInfo- Value returned bygetFontFaceInfo().
-
-
Method Details
-
getClassInfo
- Returns:
- Info about the CSS classes contained in the selectors of the CSS file.
-
getFontFaceInfo
- Returns:
- Info about the font face rules declared in the CSS file.
-