Class CssInclude
java.lang.Object
de.xima.fc.gui.designer.form.model.CssInclude
- All Implemented Interfaces:
Serializable
A CSS file to include in the designer. Contains the URL and additional meta data required by the designer.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCssInclude
(String includeUrl, CssFontFaceInfo fontFaceInfo) Creates a new POJO object with the given data. -
Method Summary
-
Constructor Details
-
CssInclude
Creates a new POJO object with the given data.- Parameters:
includeUrl
- Value returned bygetIncludeUrl()
.fontFaceInfo
- Value returned bygetFontFaceInfo()
.
-
-
Method Details
-
getFontFaceInfo
- Returns:
- Details about
@font-face
rules used in the CSS, including rules from nested CSS files included via@import
.
-
getIncludeUrl
- Returns:
- URL of the CSS file.
-