Graph Common

pl.psnc.graph.renderer
Class RendererFactory

java.lang.Object
  extended by pl.psnc.graph.renderer.RendererFactory

public abstract class RendererFactory
extends java.lang.Object

RendererFactory class - abstract class is used to get instances of the image vertex renderers for the application.

Author:
Dominik Stoklosa
Email address
osa@man.poznan.pl

Constructor Summary
RendererFactory()
           
 
Method Summary
static ImageVertexRenderer getRenderer(java.lang.String iconName)
          Get the ImageVertexRenderer for the given vertex type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererFactory

public RendererFactory()
Method Detail

getRenderer

public static ImageVertexRenderer getRenderer(java.lang.String iconName)
Get the ImageVertexRenderer for the given vertex type

Parameters:
iconName - name of the icon
Returns:
new instance of ImageVertexRenderer

Graph Common

Copyright 2008 by VLAB Dominik Stoklosa