org.primordion.cellontro.io
Class NetworkViewerJungCell

java.lang.Object
  extended byorg.primordion.xholon.io.AbstractNetworkViewerJung
      extended byorg.primordion.cellontro.io.NetworkViewerJungCell
All Implemented Interfaces:
IGraphicalNetworkViewer, IViewer

public class NetworkViewerJungCell
extends AbstractNetworkViewerJung
implements IGraphicalNetworkViewer

Graphical network viewer constructed using the JUNG software.

This requires the Java classes that implement JUNG. Download these from the JUNG web site, download the additional third-party Java classes specified at that site, and install the various downloaded jar files.

Since:
0.1 (Created on November 29, 2005)
Author:
Ken Webb
See Also:
jung.sourceforge.net

Nested Class Summary
 
Nested classes inherited from class org.primordion.xholon.io.AbstractNetworkViewerJung
AbstractNetworkViewerJung.XholonEdgeStringer, AbstractNetworkViewerJung.XholonVertexStringer
 
Field Summary
 
Fields inherited from interface org.primordion.xholon.io.IGraphicalNetworkViewer
LAYOUT_CIRCLE, LAYOUT_DAG, LAYOUT_FR, LAYOUT_ISOM, LAYOUT_KK, LAYOUT_KKINT, LAYOUT_NONE, LAYOUT_SPRING, LAYOUT_STATIC
 
Constructor Summary
NetworkViewerJungCell()
          Constructor.
 
Methods inherited from class org.primordion.xholon.io.AbstractNetworkViewerJung
createGraph, isActive, refresh, refresh, remove, setGraphSize, setLabelFontSize, setLayoutType, setShowContainers, writeImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.primordion.xholon.io.IGraphicalNetworkViewer
createGraph, isActive, refresh, refresh, remove, setGraphSize, setLabelFontSize, setLayoutType, setShowContainers
 

Constructor Detail

NetworkViewerJungCell

public NetworkViewerJungCell()
Constructor.