| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSKeyframesRule |
CSSKeyframesRule.addBlock(CSSKeyframesBlock aKeyframesBlock) |
CSSKeyframesRule |
CSSKeyframesRule.addBlock(int nIndex,
CSSKeyframesBlock aKeyframesBlock) |
CSSKeyframesRule |
AbstractHasTopLevelRules.getKeyframesRuleAtIndex(int nIndex)
Get the
@keyframes rule at the specified index. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSKeyframesRule> |
AbstractHasTopLevelRules.getAllKeyframesRules()
Get a list of all top-level rules that are keyframes rules (implementing
CSSKeyframesRule). |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSSVisitor.onBeginKeyframesRule(CSSKeyframesRule aKeyframesRule)
Called when a keyframes rule starts.
|
void |
DefaultCSSVisitor.onBeginKeyframesRule(CSSKeyframesRule aKeyframesRule) |
void |
CSSVisitorForUrl.onBeginKeyframesRule(CSSKeyframesRule aKeyframesRule) |
void |
ICSSVisitor.onEndKeyframesRule(CSSKeyframesRule aKeyframesRule)
Called when a keyframes rule ends.
|
void |
DefaultCSSVisitor.onEndKeyframesRule(CSSKeyframesRule aKeyframesRule) |
void |
CSSVisitorForUrl.onEndKeyframesRule(CSSKeyframesRule aKeyframesRule) |
static void |
CSSVisitor.visitKeyframesRule(CSSKeyframesRule aKeyframesRule,
ICSSVisitor aVisitor)
Visit all elements of a single keyframes rule.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.