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 HasProperties
public boolean isStatic()
CssNode
public void traverse(CssVisitor visitor, Context context)
traverse
in interface CssVisitable
Copyright © 2018. All rights reserved.