Uses of Class
com.helger.css.decl.CSSKeyframesBlock
-
Packages that use CSSKeyframesBlock Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSKeyframesBlock in com.helger.css.decl
Methods in com.helger.css.decl that return CSSKeyframesBlock Modifier and Type Method Description CSSKeyframesBlockCSSKeyframesBlock. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSKeyframesBlockCSSKeyframesBlock. addDeclaration(CSSDeclaration aDeclaration)CSSKeyframesBlockCSSKeyframesRule. getBlockAtIndex(int nBlockIndex)CSSKeyframesBlockCSSKeyframesBlock. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)Methods in com.helger.css.decl that return types with arguments of type CSSKeyframesBlock Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSKeyframesBlock>CSSKeyframesRule. getAllBlocks()Methods in com.helger.css.decl with parameters of type CSSKeyframesBlock Modifier and Type Method Description CSSKeyframesRuleCSSKeyframesRule. addBlock(int nIndex, CSSKeyframesBlock aKeyframesBlock)CSSKeyframesRuleCSSKeyframesRule. addBlock(CSSKeyframesBlock aKeyframesBlock)com.helger.commons.state.EChangeCSSKeyframesRule. removeBlock(CSSKeyframesBlock aKeyframesBlock) -
Uses of CSSKeyframesBlock in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSKeyframesBlock Modifier and Type Method Description voidCSSVisitorForUrl. onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)voidDefaultCSSVisitor. onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)voidICSSVisitor. onBeginKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)Called when a keyframes block starts.voidCSSVisitorForUrl. onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)voidDefaultCSSVisitor. onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)voidICSSVisitor. onEndKeyframesBlock(CSSKeyframesBlock aKeyframesBlock)Called when a keyframes block ends.
-