Uses of Class
org.loboevolution.info.BackgroundInfo
Package
Description
Contains the HTML renderer infrastructure.
-
Uses of BackgroundInfo in org.loboevolution.html.renderer
Modifier and TypeMethodDescriptionvoid
BackgroundRender.applyBackgroundHorizontalPositon
(BackgroundInfo binfo, String xposition, int width, int height) void
BackgroundRender.applyBackgroundImage
(BackgroundInfo binfo, String backgroundImageText, StyleSheetRenderState renderState, CSSStyleDeclaration props) void
BackgroundRender.applyBackgroundPosition
(BackgroundInfo binfo, String position, int width, int height) void
BackgroundRender.applyBackgroundRepeat
(BackgroundInfo binfo, String backgroundRepeatText) void
BackgroundRender.applyBackgroundVerticalPosition
(BackgroundInfo binfo, String yposition, int width, int height) -
Uses of BackgroundInfo in org.loboevolution.html.renderstate
Modifier and TypeFieldDescriptionprotected BackgroundInfo
StyleSheetRenderState.iBackgroundInfo
protected static final BackgroundInfo
StyleSheetRenderState.INVALID_BACKGROUND_INFO
Constant INVALID_BACKGROUND_INFOModifier and TypeMethodDescriptionRenderState.getBackgroundImageInfo
(int width, int height) getBackgroundImageInfo.RenderStateDelegator.getBackgroundImageInfo
(int width, int height) getBackgroundImageInfo.StyleSheetRenderState.getBackgroundImageInfo
(int width, int height) getBackgroundImageInfo.BodyRenderState.getBackgroundInfo()
getBackgroundInfo.RenderState.getBackgroundInfo()
getBackgroundInfo.RenderStateDelegator.getBackgroundInfo()
getBackgroundInfo.StyleSheetRenderState.getBackgroundInfo()
getBackgroundInfo.TableCellRenderState.getBackgroundInfo()
getBackgroundInfo.TableRenderState.getBackgroundInfo()
getBackgroundInfo.