Package org.loboevolution.html.style
Class GradientStyle
java.lang.Object
org.loboevolution.html.style.GradientStyle
GradientStyle class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongradientToImg
(HTMLDocumentImpl document, CSSStyleDeclaration props, RenderState renderState, String backgroundImage) gradientToImg.
-
Constructor Details
-
GradientStyle
public GradientStyle()
-
-
Method Details
-
gradientToImg
public BufferedImage gradientToImg(HTMLDocumentImpl document, CSSStyleDeclaration props, RenderState renderState, String backgroundImage) gradientToImg.
- Parameters:
document
- aHTMLDocumentImpl
object.props
- aCSSStyleDeclaration
object.renderState
- aRenderState
object.backgroundImage
- aString
object.- Returns:
- a
BufferedImage
object.
-