Class CssInclude
- java.lang.Object
 - 
- de.xima.fc.gui.designer.form.model.CssInclude
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CssInclude extends Object implements 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CssInclude(String includeUrl, CssFontFaceInfo fontFaceInfo)Creates a new POJO object with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CssFontFaceInfogetFontFaceInfo()StringgetIncludeUrl() 
 - 
 
- 
- 
Constructor Detail
- 
CssInclude
public CssInclude(String includeUrl, CssFontFaceInfo fontFaceInfo)
Creates a new POJO object with the given data.- Parameters:
 includeUrl- Value returned bygetIncludeUrl().fontFaceInfo- Value returned bygetFontFaceInfo().
 
 - 
 
- 
Method Detail
- 
getFontFaceInfo
public CssFontFaceInfo getFontFaceInfo()
- Returns:
 - Details about 
@font-facerules used in the CSS, including rules from nested CSS files included via@import. 
 
- 
getIncludeUrl
public String getIncludeUrl()
- Returns:
 - URL of the CSS file.
 
 
 - 
 
 -