public class WaterMarkRenderer
extends net.sf.jasperreports.engine.JRAbstractRenderer
| Constructor and Description |
|---|
WaterMarkRenderer(boolean isLicenseTrial) |
| Modifier and Type | Method and Description |
|---|---|
Dimension2D |
getDimension() |
byte[] |
getImageData() |
byte |
getImageType() |
byte |
getType() |
void |
render(Graphics2D g2,
Rectangle2D rectangle) |
static BufferedImage |
rotateText(String text,
Font font,
int width,
int height,
int textAngle,
Color textColor) |
public byte getType()
public byte getImageType()
public Dimension2D getDimension() throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRExceptionpublic byte[] getImageData()
throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRExceptionpublic void render(Graphics2D g2, Rectangle2D rectangle) throws net.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JRExceptionpublic static BufferedImage rotateText(String text, Font font, int width, int height, int textAngle, Color textColor)
Copyright © 2006–2022 FDV Solutions. All rights reserved.