Uses of Interface
org.loboevolution.css.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
-
Uses of CSSStyleDeclaration in org.loboevolution.html.dom.domimpl
Modifier 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
-
Uses of CSSStyleDeclaration in org.loboevolution.html.renderer
Modifier and TypeMethodDescriptionvoid
BackgroundRender.applyBackgroundImage
(BackgroundInfo binfo, String backgroundImageText, StyleSheetRenderState renderState, CSSStyleDeclaration props) -
Uses of CSSStyleDeclaration in org.loboevolution.html.renderstate
Modifier and TypeMethodDescriptionprotected final CSSStyleDeclaration
StyleSheetRenderState.getCssProperties()
getCssProperties. -
Uses of CSSStyleDeclaration in org.loboevolution.html.style
Modifier 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.ModifierConstructorDescriptionComputedCSSStyleDeclarationImpl
(HTMLElementImpl element, CSSStyleDeclaration style) Constructor for AbstractCSSProperties. -
Uses of CSSStyleDeclaration in org.loboevolution.html.style.setter
Modifier 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.