| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.decl.visit |
| Modifier and Type | Method and Description |
|---|---|
CSSKeyframesBlock |
CSSKeyframesBlock.addDeclaration(CSSDeclaration aDeclaration) |
CSSKeyframesBlock |
CSSKeyframesBlock.addDeclaration(CSSDeclaration aDeclaration) |
CSSKeyframesBlock |
CSSKeyframesBlock.addDeclaration(int nIndex,
CSSDeclaration aNewDeclaration) |
CSSKeyframesBlock |
CSSKeyframesBlock.addDeclaration(int nIndex,
CSSDeclaration aNewDeclaration) |
CSSKeyframesBlock |
CSSKeyframesRule.getBlockAtIndex(int nBlockIndex) |
CSSKeyframesBlock |
CSSKeyframesRule.getBlockAtIndex(int nBlockIndex) |
CSSKeyframesBlock |
CSSKeyframesBlock.setDeclarationAtIndex(int nIndex,
CSSDeclaration aNewDeclaration) |
CSSKeyframesBlock |
CSSKeyframesBlock.setDeclarationAtIndex(int nIndex,
CSSDeclaration aNewDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<CSSKeyframesBlock> |
CSSKeyframesRule.getAllBlocks() |
com.helger.commons.collection.impl.ICommonsList<CSSKeyframesBlock> |
CSSKeyframesRule.getAllBlocks() |
| Modifier and Type | Method and Description |
|---|---|
CSSKeyframesRule |
CSSKeyframesRule.addBlock(CSSKeyframesBlock aKeyframesBlock) |
CSSKeyframesRule |
CSSKeyframesRule.addBlock(CSSKeyframesBlock aKeyframesBlock) |
CSSKeyframesRule |
CSSKeyframesRule.addBlock(int nIndex,
CSSKeyframesBlock aKeyframesBlock) |
CSSKeyframesRule |
CSSKeyframesRule.addBlock(int nIndex,
CSSKeyframesBlock aKeyframesBlock) |
com.helger.commons.state.EChange |
CSSKeyframesRule.removeBlock(CSSKeyframesBlock aKeyframesBlock) |
com.helger.commons.state.EChange |
CSSKeyframesRule.removeBlock(CSSKeyframesBlock aKeyframesBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSSVisitorForUrl.onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
DefaultCSSVisitor.onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
ICSSVisitor.onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)
Called when a keyframes block starts.
|
void |
ICSSVisitor.onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)
Called when a keyframes block starts.
|
void |
DefaultCSSVisitor.onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
CSSVisitorForUrl.onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
CSSVisitorForUrl.onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
DefaultCSSVisitor.onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
ICSSVisitor.onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)
Called when a keyframes block ends.
|
void |
ICSSVisitor.onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)
Called when a keyframes block ends.
|
void |
DefaultCSSVisitor.onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
void |
CSSVisitorForUrl.onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock) |
Copyright © 2014–2022 Philip Helger. All rights reserved.