public class

CssSprite

extends CssRule
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssNode
     ↳ com.google.gwt.resources.css.ast.CssRule
       ↳ com.google.gwt.resources.css.ast.CssSprite

Class Overview

Represents a sprited image. This is basically a normal CssRule, except for one well-known property {@value IMAGE_PROPERTY_NAME}, which specifies the name of an ImageResource accessor.

Summary

Constants
String IMAGE_PROPERTY_NAME
[Expand]
Inherited Fields
From class com.google.gwt.resources.css.ast.CssRule
Public Constructors
CssSprite()
Public Methods
List<CssProperty> getProperties()
CssProperty.DotPathValue getResourceFunction()
void setResourceFunction(CssProperty.DotPathValue resourceFunction)
void traverse(CssVisitor visitor, Context context)
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssRule
From class com.google.gwt.resources.css.ast.CssNode
From class java.lang.Object
From interface com.google.gwt.resources.css.ast.CssVisitable
From interface com.google.gwt.resources.css.ast.HasProperties
From interface com.google.gwt.resources.css.ast.HasSelectors

Constants

public static final String IMAGE_PROPERTY_NAME

Constant Value: "gwt-image"

Public Constructors

public CssSprite ()

Public Methods

public List<CssProperty> getProperties ()

public CssProperty.DotPathValue getResourceFunction ()

public void setResourceFunction (CssProperty.DotPathValue resourceFunction)

public void traverse (CssVisitor visitor, Context context)