public class CSSKeyframeRule extends Object
| Constructor and Description |
|---|
CSSKeyframeRule() |
| Modifier and Type | Method and Description |
|---|---|
Value |
getKeyText()
Associated key text.
|
StyleSheetOrigin |
getOrigin()
Parent stylesheet's origin.
|
CSSStyle |
getStyle()
Associated style declaration.
|
String |
getStyleSheetId()
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet
rules) this rule came from.
|
void |
setKeyText(Value keyText)
Associated key text.
|
void |
setOrigin(StyleSheetOrigin origin)
Parent stylesheet's origin.
|
void |
setStyle(CSSStyle style)
Associated style declaration.
|
void |
setStyleSheetId(String styleSheetId)
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet
rules) this rule came from.
|
public String getStyleSheetId()
public void setStyleSheetId(String styleSheetId)
public StyleSheetOrigin getOrigin()
public void setOrigin(StyleSheetOrigin origin)
public Value getKeyText()
public void setKeyText(Value keyText)
public CSSStyle getStyle()
public void setStyle(CSSStyle style)
Copyright © 2020. All rights reserved.