Uses of Class
com.helger.css.decl.CSSKeyframesBlock
Packages that use CSSKeyframesBlock
-
Uses of CSSKeyframesBlock in com.helger.css.decl
Methods in com.helger.css.decl that return CSSKeyframesBlockModifier and TypeMethodDescriptionCSSKeyframesBlock.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSKeyframesBlock.addDeclaration(CSSDeclaration aDeclaration) CSSKeyframesRule.getBlockAtIndex(int nBlockIndex) CSSKeyframesBlock.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) Methods in com.helger.css.decl that return types with arguments of type CSSKeyframesBlockModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSKeyframesBlock> CSSKeyframesRule.getAllBlocks()Methods in com.helger.css.decl with parameters of type CSSKeyframesBlockModifier and TypeMethodDescriptionCSSKeyframesRule.addBlock(int nIndex, CSSKeyframesBlock aKeyframesBlock) CSSKeyframesRule.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 CSSKeyframesBlockModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.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.