Uses of Interface
com.helger.css.decl.IHasCSSDeclarations
-
Packages that use IHasCSSDeclarations Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of IHasCSSDeclarations in com.helger.css.decl
Classes in com.helger.css.decl with type parameters of type IHasCSSDeclarations Modifier and Type Interface Description interfaceIHasCSSDeclarations<IMPLTYPE extends IHasCSSDeclarations<IMPLTYPE>>Sanity interface for all objects having CSS declarations.Classes in com.helger.css.decl that implement IHasCSSDeclarations Modifier and Type Class Description classCSSDeclarationContainerRepresents a common container ofCSSDeclarationobjects.classCSSDeclarationListRepresents a list ofCSSDeclarationobjects.classCSSFontFaceRuleRepresents a single@font-facerule.
Example:
@font-face { font-family: 'icons'; src: url(path/to/font.woff) format('woff'); unicode-range: U+E000-E005; }classCSSKeyframesBlockkeyframes blockclassCSSPageMarginBlockclassCSSStyleRuleRepresents a single CSS style rule.classCSSViewportRuleRepresents a single@viewportrule.
Example:
@viewport { width: device-width; } -
Uses of IHasCSSDeclarations in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type IHasCSSDeclarations Modifier and Type Method Description static voidCSSVisitor. visitAllDeclarations(IHasCSSDeclarations<?> aHasDeclarations, ICSSVisitor aVisitor)Visit all declarations contained in the passed declaration container.static voidCSSVisitor. visitAllDeclarationUrls(IHasCSSDeclarations<?> aCSS, ICSSUrlVisitor aVisitor)Visit all items that can contain URLs in CSS files.
-