Package org.loboevolution.html.renderer
Class BackgroundRender
java.lang.Object
org.loboevolution.html.renderer.BackgroundRender
StyleSheetRenderState class.
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundRender(HTMLElementImpl element, RenderState prevRenderState, HTMLDocumentImpl document) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyBackgroundHorizontalPositon(BackgroundInfo binfo, String xposition, int width, int height) voidapplyBackgroundImage(BackgroundInfo binfo, String backgroundImageText, StyleSheetRenderState renderState, CSSStyleDeclaration props) voidapplyBackgroundPosition(BackgroundInfo binfo, String position, int width, int height) voidapplyBackgroundRepeat(BackgroundInfo binfo, String backgroundRepeatText) voidapplyBackgroundVerticalPosition(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
-