public class EmptyImageBuilder extends Object
Constructor and Description |
---|
EmptyImageBuilder(double width,
double height,
Color background) |
EmptyImageBuilder(int width,
int height,
Color background) |
EmptyImageBuilder(int width,
int height,
Color background,
double dpiFactor) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getBufferedImage() |
Graphics2D |
getGraphics2D() |
UGraphicG2d |
getUGraphicG2d() |
public EmptyImageBuilder(double width, double height, Color background)
public EmptyImageBuilder(int width, int height, Color background)
public EmptyImageBuilder(int width, int height, Color background, double dpiFactor)
public BufferedImage getBufferedImage()
public Graphics2D getGraphics2D()
public UGraphicG2d getUGraphicG2d()
Copyright © 2016. All Rights Reserved.