owltools.gfx
Class ImageRender

java.lang.Object
  extended by owltools.gfx.ImageRender
Direct Known Subclasses:
HierarchyImage

public abstract class ImageRender
extends Object

Adapted from QuickGO


Field Summary
protected  int height
           
protected  int width
           
 
Constructor Summary
protected ImageRender(int width, int height)
           
 
Method Summary
protected  BufferedImage prepare()
           
 RenderedImage render()
           
protected abstract  void render(Graphics2D g2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected int width

height

protected int height
Constructor Detail

ImageRender

protected ImageRender(int width,
                      int height)
Method Detail

render

public RenderedImage render()

render

protected abstract void render(Graphics2D g2)

prepare

protected BufferedImage prepare()


Copyright © 2010-2012. All Rights Reserved.