Package net.sourceforge.plantuml
Class EmptyImageBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.EmptyImageBuilder
-
public class EmptyImageBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description EmptyImageBuilder(String watermark, int width, int height, Color background, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImage
getBufferedImage()
Graphics2D
getGraphics2D()
UGraphicG2d
getUGraphicG2d()
-
-
-
Constructor Detail
-
EmptyImageBuilder
public EmptyImageBuilder(String watermark, int width, int height, Color background, StringBounder stringBounder)
-
-
Method Detail
-
getBufferedImage
public BufferedImage getBufferedImage()
-
getGraphics2D
public Graphics2D getGraphics2D()
-
getUGraphicG2d
public UGraphicG2d getUGraphicG2d()
-
-