edu.iastate.metnet.graphmodel
Class DefaultGraphMetaphor

java.lang.Object
  extended by edu.iastate.metnet.graphmodel.AbstractGraphMetaphor
      extended by edu.iastate.metnet.graphmodel.DefaultGraphMetaphor
All Implemented Interfaces:
IGraphMetaphor

public class DefaultGraphMetaphor
extends AbstractGraphMetaphor

interface for graph metaphor, which describe the mapping of the presentation layer of the graph and the content of the pathways. For instance, the interaction use red color and diamond shape.

Since:
6/25/04
Author:
Jie Li

Field Summary
 
Fields inherited from class edu.iastate.metnet.graphmodel.AbstractGraphMetaphor
DEFAULT_BACKGROUND, DEFAULT_FOREGROUND, DEFAULT_LINE_WIDTH, logger
 
Constructor Summary
DefaultGraphMetaphor()
           
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.graphmodel.AbstractGraphMetaphor
autoSizeBox, changeEdgeColor, changeEdgeDualColor, changeEdgePattern, changeEdgeWidth, changeVertexBackgroundColor, changeVertexBorderColor, changeVertexBorderWidth, changeVertexDualColor, changeVertexForegroundColor, getEdgeType, getIncomingEdges, getIncomingNodes, getInteractionColorForEdge, getInteractionWidthForEdge, getIntersectionNodes, getLocationColorForVertex, getOutgoingEdges, getOutgoingNodes, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGraphMetaphor

public DefaultGraphMetaphor()