
public class CssFontFace extends CssNode implements HasProperties
@font-face declaration. This is almost like a
CssRule except that it cannot be merged.| Constructor and Description |
|---|
CssFontFace() |
| Modifier and Type | Method and Description |
|---|---|
List<CssProperty> |
getProperties() |
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
traverse(CssVisitor visitor,
Context context) |
public List<CssProperty> getProperties()
getProperties in interface HasPropertiespublic boolean isStatic()
CssNodepublic void traverse(CssVisitor visitor, Context context)
traverse in interface CssVisitableCopyright © 2018. All rights reserved.