Class CssFontFaceInfo
- java.lang.Object
 - 
- de.xima.fc.gui.designer.form.model.CssFontFaceInfo
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class CssFontFaceInfo extends Object implements Serializable
Represents the font faces contained in an analyzed CSS file. The form designer uses these extract font face rule from a shadow root to the main document.- Since:
 - 7.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CssFontFaceInfo(List<String> fontFaceRules)Creates a new POJO with the given data. 
 - 
 
- 
- 
Constructor Detail
- 
CssFontFaceInfo
public CssFontFaceInfo(List<String> fontFaceRules)
Creates a new POJO with the given data.- Parameters:
 fontFaceRules- Value returned bygetFontFaceRules().
 
 - 
 
 -