goog.ui.emoji.SpriteInfo |
cssClass
: ?string
CSS class to properly display the sprited image.
|
opt_url
: string=
Url of the sprite image.
|
opt_width
: number=
Width of the image being sprited.
|
opt_height
: number=
Height of the image being sprited.
|
opt_xOffset
: number=
Positive x offset of the image being sprited
within the sprite.
|
opt_yOffset
: number=
Positive y offset of the image being sprited
within the sprite.
|
opt_animated
: boolean=
Whether the sprite is animated.
|
Returns the css class of the sprited image.
Returns: ?string
Name of the CSS class to properly display the sprited
image.
|
code » | |
Returns the height of the image being sprited, appropriate for a CSS value.
Returns: string
The height of the image being sprited.
|
code » | |
Returns the url of the sprite image.
Returns: ?string
Url of the sprite image.
|
code » | |
Returns the width of the image being sprited, appropriate for a CSS value.
Returns: string
The width of the image being sprited.
|
code » | |
Returns the x offset of the image being sprited within the sprite,
appropriate for a CSS value.
Returns: string
The x offset of the image being sprited within the sprite.
|
code » | |
Returns the positive y offset of the image being sprited within the sprite,
appropriate for a CSS value.
Returns: string
The y offset of the image being sprited within the sprite.
|
code » | |
Returns whether the emoji specified by this sprite is animated.
Returns: boolean
Whether the emoji is animated.
|
code » |
![]()
Whether the emoji specified by the sprite is animated.
|
Code » | |
![]()
Name of the CSS class to properly display the sprited image.
|
Code » | |
![]()
Height of the image being sprited.
|
Code » | |
![]()
Url of the sprite image.
|
Code » | |
![]()
Width of the image being sprited.
|
Code » | |
![]()
Positive x offset of the image being sprited within the sprite.
|
Code » | |
![]()
Positive y offset of the image being sprited within the sprite.
|
Code » |
Returns a string appropriate for use as a CSS value. If the value is zero,
then there is no unit appended.
|
code » | |
Returns a string appropriate for use as a CSS value for a position offset,
such as the position argument for sprites.
|
code » |