net.sourceforge.plantuml
Class EmptyImageBuilder

java.lang.Object
  extended by net.sourceforge.plantuml.EmptyImageBuilder

public class EmptyImageBuilder
extends Object


Constructor Summary
EmptyImageBuilder(double width, double height, Color background)
           
EmptyImageBuilder(int width, int height, Color background)
           
EmptyImageBuilder(int width, int height, Color background, double dpiFactor)
           
 
Method Summary
 BufferedImage getBufferedImage()
           
 Graphics2D getGraphics2D()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyImageBuilder

public EmptyImageBuilder(double width,
                         double height,
                         Color background)

EmptyImageBuilder

public EmptyImageBuilder(int width,
                         int height,
                         Color background)

EmptyImageBuilder

public EmptyImageBuilder(int width,
                         int height,
                         Color background,
                         double dpiFactor)
Method Detail

getBufferedImage

public BufferedImage getBufferedImage()

getGraphics2D

public Graphics2D getGraphics2D()


Copyright © 2011. All Rights Reserved.