Package org.loboevolution.html.renderer
Class BackgroundRender
java.lang.Object
org.loboevolution.html.renderer.BackgroundRender
StyleSheetRenderState class.
-
Constructor Summary
ConstructorDescriptionBackgroundRender
(HTMLElementImpl element, RenderState prevRenderState, HTMLDocumentImpl document) -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyBackgroundHorizontalPositon
(BackgroundInfo binfo, String xposition, int width, int height) void
applyBackgroundImage
(BackgroundInfo binfo, String backgroundImageText, StyleSheetRenderState renderState, CSSStyleDeclaration props) void
applyBackgroundPosition
(BackgroundInfo binfo, String position, int width, int height) void
applyBackgroundRepeat
(BackgroundInfo binfo, String backgroundRepeatText) void
applyBackgroundVerticalPosition
(BackgroundInfo binfo, String yposition, int width, int height) linkUri
(HTMLDocumentImpl document, String backgroundImageText)
-
Constructor Details
-
BackgroundRender
public BackgroundRender(HTMLElementImpl element, RenderState prevRenderState, HTMLDocumentImpl document)
-
-
Method Details
-
applyBackgroundPosition
-
applyBackgroundRepeat
-
applyBackgroundVerticalPosition
public void applyBackgroundVerticalPosition(BackgroundInfo binfo, String yposition, int width, int height) -
applyBackgroundHorizontalPositon
public void applyBackgroundHorizontalPositon(BackgroundInfo binfo, String xposition, int width, int height) -
applyBackgroundImage
public void applyBackgroundImage(BackgroundInfo binfo, String backgroundImageText, StyleSheetRenderState renderState, CSSStyleDeclaration props) -
linkUri
-