org.stathissideris.ascii2image.graphics
Class BitmapRenderer

java.lang.Object
  extended by org.stathissideris.ascii2image.graphics.BitmapRenderer

public class BitmapRenderer
extends Object

Author:
Efstathios Sideris

Constructor Summary
BitmapRenderer()
           
 
Method Summary
static boolean isColorDark(Color color)
           
 RenderedImage render(Diagram diagram, BufferedImage image, RenderingOptions options)
           
 RenderedImage renderToImage(Diagram diagram, RenderingOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapRenderer

public BitmapRenderer()
Method Detail

renderToImage

public RenderedImage renderToImage(Diagram diagram,
                                   RenderingOptions options)

render

public RenderedImage render(Diagram diagram,
                            BufferedImage image,
                            RenderingOptions options)

isColorDark

public static boolean isColorDark(Color color)


Copyright © 2013. All Rights Reserved.