org.ceryle.wiki.visualizer.core.graph
Class WikiEdge

java.lang.Object
  extended by de.fzi.wim.guibase.graphview.graph.DefaultEdge
      extended by org.ceryle.wiki.visualizer.core.graph.WikiEdge
All Implemented Interfaces:
de.fzi.wim.guibase.graphview.graph.Edge

public class WikiEdge
extends de.fzi.wim.guibase.graphview.graph.DefaultEdge

WikiEdge serves as isolation layer from KAON's graphview code...


Field Summary
 
Fields inherited from class de.fzi.wim.guibase.graphview.graph.DefaultEdge
m_from, m_to
 
Constructor Summary
WikiEdge(WikiLink link)
           
 
Method Summary
 String getLabels()
           
 WikiLink getLink()
           
 void hide()
           
 
Methods inherited from class de.fzi.wim.guibase.graphview.graph.DefaultEdge
getFrom, getLength, getTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiEdge

public WikiEdge(WikiLink link)
Method Detail

getLink

public WikiLink getLink()

getLabels

public String getLabels()
Specified by:
getLabels in interface de.fzi.wim.guibase.graphview.graph.Edge
Overrides:
getLabels in class de.fzi.wim.guibase.graphview.graph.DefaultEdge

hide

public void hide()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.