public class EmptyImageBuilder
extends java.lang.Object
Constructor and Description |
---|
EmptyImageBuilder(double width,
double height,
java.awt.Color background) |
EmptyImageBuilder(int width,
int height,
java.awt.Color background) |
EmptyImageBuilder(int width,
int height,
java.awt.Color background,
double dpiFactor) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getBufferedImage() |
java.awt.Graphics2D |
getGraphics2D() |
UGraphicG2d |
getUGraphicG2d() |
public EmptyImageBuilder(double width, double height, java.awt.Color background)
public EmptyImageBuilder(int width, int height, java.awt.Color background)
public EmptyImageBuilder(int width, int height, java.awt.Color background, double dpiFactor)
public java.awt.image.BufferedImage getBufferedImage()
public java.awt.Graphics2D getGraphics2D()
public UGraphicG2d getUGraphicG2d()