info.aduna.clustermap.export
Class ImageCreator

java.lang.Object
  extended by info.aduna.clustermap.export.ImageCreator

public class ImageCreator
extends Object

An ImageCreator creates a BufferedImage representation of the current contents of a ClusterMap.


Field Summary
static Color BACKGROUND
           
static Image LOGO
           
 
Constructor Summary
ImageCreator(ClusterMap map)
           
 
Method Summary
 BufferedImage getImage()
           
 BufferedImage getImage(int type, Color background, boolean includeLogo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGO

public static final Image LOGO

BACKGROUND

public static final Color BACKGROUND
Constructor Detail

ImageCreator

public ImageCreator(ClusterMap map)
Method Detail

getImage

public BufferedImage getImage()

getImage

public BufferedImage getImage(int type,
                              Color background,
                              boolean includeLogo)


Copyright © 1997-2008 Aduna. All Rights Reserved.