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() |
net.sourceforge.plantuml.ugraphic.g2d.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)