Class CSSFontFaceRule
java.lang.Object
org.pentaho.reporting.libraries.css.model.StyleRule
org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
org.pentaho.reporting.libraries.css.model.CSSFontFaceRule
- All Implemented Interfaces:
Serializable
,Cloneable
Defines a new font by either giving a set of properties which describe the font (so that the system can find a
matching local font) or by providing an URL from where to download the font file.
For now, this is not implemented. Maybe later - this would add an interesting note to this library.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setImportant, setPropertyValue, setPropertyValue, setPropertyValueAsString
Methods inherited from class org.pentaho.reporting.libraries.css.model.StyleRule
getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle
-
Constructor Details
-
CSSFontFaceRule
-