public class CssSprite extends CssRule implements CssSubstitution
| Modifier and Type | Field and Description |
|---|---|
static String |
IMAGE_PROPERTY_NAME |
properties, selectors| Constructor and Description |
|---|
CssSprite() |
| Modifier and Type | Method and Description |
|---|---|
List<CssProperty> |
getProperties() |
CssProperty.DotPathValue |
getResourceFunction() |
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
setResourceFunction(CssProperty.DotPathValue resourceFunction) |
void |
traverse(CssVisitor visitor,
Context context) |
getSelectorspublic static final String IMAGE_PROPERTY_NAME
public List<CssProperty> getProperties()
getProperties in interface HasPropertiesgetProperties in class CssRulepublic CssProperty.DotPathValue getResourceFunction()
public boolean isStatic()
CssNodepublic void setResourceFunction(CssProperty.DotPathValue resourceFunction)
public void traverse(CssVisitor visitor, Context context)
traverse in interface CssVisitabletraverse in class CssRuleCopyright © 2018. All rights reserved.