uk.ac.ebi.intact.application.hierarchView.business.image
Class DrawGraph

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.hierarchView.business.image.DrawGraph

public class DrawGraph
extends java.lang.Object

Purpose : ------- This class allows to tranform a graph to an image (binary content)

Version:
$Id: DrawGraph.java,v 1.9 2003/11/14 14:35:54 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)

Constructor Summary
DrawGraph(InteractionNetwork in, java.lang.String applicationPath)
          Constructor
 
Method Summary
 void draw()
          drawing process, call methods to draw nodes, edges ...
 ImageBean getImageBean()
          Create an Container with the image and the HTML MAP code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawGraph

public DrawGraph(InteractionNetwork in,
                 java.lang.String applicationPath)
Constructor

Method Detail

draw

public void draw()
drawing process, call methods to draw nodes, edges ...


getImageBean

public ImageBean getImageBean()
Create an Container with the image and the HTML MAP code.

Returns:
the bean initialized with the SVG DOM and the MAP code.


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk