Package net.sourceforge.plantuml
Class EmptyImageBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.EmptyImageBuilder
-
public class EmptyImageBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImage
getBufferedImage()
java.awt.Graphics2D
getGraphics2D()
UGraphicG2d
getUGraphicG2d()
-
-
-
Constructor Detail
-
EmptyImageBuilder
public EmptyImageBuilder(double width, double height, java.awt.Color background)
-
EmptyImageBuilder
public EmptyImageBuilder(int width, int height, java.awt.Color background)
-
EmptyImageBuilder
public EmptyImageBuilder(int width, int height, java.awt.Color background, double dpiFactor)
-
-
Method Detail
-
getBufferedImage
public java.awt.image.BufferedImage getBufferedImage()
-
getGraphics2D
public java.awt.Graphics2D getGraphics2D()
-
getUGraphicG2d
public UGraphicG2d getUGraphicG2d()
-
-