Uses of Class
com.openhtmltopdf.css.style.CalculatedStyle.BackgroundContainer
-
Packages that use CalculatedStyle.BackgroundContainer Package Description com.openhtmltopdf.css.style com.openhtmltopdf.render -
-
Uses of CalculatedStyle.BackgroundContainer in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return types with arguments of type CalculatedStyle.BackgroundContainer Modifier and Type Method Description java.util.List<CalculatedStyle.BackgroundContainer>CalculatedStyle. getBackgroundImages()Gets the values of the background properties and combines in a list of BackgroundContainer values. -
Uses of CalculatedStyle.BackgroundContainer in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render with parameters of type CalculatedStyle.BackgroundContainer Modifier and Type Method Description private java.awt.DimensionAbstractOutputDevice. calcInitialXYOff(CalculatedStyle.BackgroundContainer bgImage, java.awt.Rectangle bgImageContainer, BorderPropertySet border, CalculatedStyle style, RenderingContext c)private voidAbstractOutputDevice. drawBgImage(RenderingContext c, CalculatedStyle style, java.awt.Rectangle backgroundBounds, java.awt.Rectangle bgImageContainer, BorderPropertySet border, FSImage backgroundImage, CalculatedStyle.BackgroundContainer bgImage)private voidAbstractOutputDevice. scaleBackgroundImage(CssContext c, CalculatedStyle style, java.awt.Rectangle backgroundContainer, FSImage image, CalculatedStyle.BackgroundContainer bgImage)
-