Uses of Interface
org.loboevolution.css.CSSStyleDeclaration
Packages that use CSSStyleDeclaration
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
Contains the HTML renderer infrastructure.
-
Uses of CSSStyleDeclaration in org.loboevolution.css
Methods in org.loboevolution.css that return CSSStyleDeclaration -
Uses of CSSStyleDeclaration in org.loboevolution.html.dom.domimpl
Methods in org.loboevolution.html.dom.domimpl that return CSSStyleDeclarationModifier and TypeMethodDescriptionHTMLElementImpl.getCurrentStyle()
Gets the style object associated with the element.HTMLElementImpl.getParentStyle()
getParentStyle.HTMLElementImpl.getStyle()
-
Uses of CSSStyleDeclaration in org.loboevolution.html.js.css
Classes in org.loboevolution.html.js.css that implement CSSStyleDeclarationMethods in org.loboevolution.html.js.css that return CSSStyleDeclaration -
Uses of CSSStyleDeclaration in org.loboevolution.html.renderer
Methods in org.loboevolution.html.renderer with parameters of type CSSStyleDeclarationModifier and TypeMethodDescriptionvoid
BackgroundRender.applyBackgroundImage
(BackgroundInfo binfo, String backgroundImageText, StyleSheetRenderState renderState, CSSStyleDeclaration props) -
Uses of CSSStyleDeclaration in org.loboevolution.html.renderstate
Methods in org.loboevolution.html.renderstate that return CSSStyleDeclarationModifier and TypeMethodDescriptionprotected final CSSStyleDeclaration
StyleSheetRenderState.getCssProperties()
getCssProperties. -
Uses of CSSStyleDeclaration in org.loboevolution.html.style
Methods in org.loboevolution.html.style that return CSSStyleDeclarationMethods in org.loboevolution.html.style with parameters of type CSSStyleDeclarationModifier and TypeMethodDescriptionstatic BorderInfo
BorderInsets.getBorderInfo
(CSSStyleDeclaration properties, HTMLElementImpl element, RenderState renderState) getBorderInfo.static FontKey
FontValues.getFontKey
(FontKey key, HTMLElementImpl element, CSSStyleDeclaration style, RenderState prevRenderState) Gets the font key.static HtmlInsets
MarginInsets.getMarginInsets
(CSSStyleDeclaration cssProperties, HTMLElementImpl element, RenderState renderState) getMarginInsets.static HtmlInsets
MarginInsets.getPaddingInsets
(CSSStyleDeclaration cssProperties, HTMLElementImpl element, RenderState renderState) getPaddingInsets.GradientStyle.gradientToImg
(HTMLDocumentImpl document, CSSStyleDeclaration props, RenderState renderState, String backgroundImage) gradientToImg.Constructors in org.loboevolution.html.style with parameters of type CSSStyleDeclarationModifierConstructorDescriptionComputedCSSStyleDeclarationImpl
(HTMLElementImpl element, CSSStyleDeclaration style) Constructor for AbstractCSSProperties. -
Uses of CSSStyleDeclaration in org.loboevolution.html.style.setter
Methods in org.loboevolution.html.style.setter with parameters of type CSSStyleDeclarationModifier and TypeMethodDescriptionvoid
BackgroundImageSetter.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.void
BackgroundSetter.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.void
BorderSetter1.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.void
BorderSetter2.changeValue
(CSSStyleDeclaration declaration, String value) changeValue.void
BorderStyleSetter.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.void
FontSetter.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.void
FourCornersSetter.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.void
SubPropertySetter.changeValue
(CSSStyleDeclaration declaration, String newValue) changeValue.