GraphLab Project

graphlab.extensions.actions
Class LineGraph

java.lang.Object
  extended by graphlab.extensions.actions.LineGraph
All Implemented Interfaces:
BasicExtension, Extension, GraphActionExtension, GraphActionInterface

public class LineGraph
extends java.lang.Object
implements GraphActionExtension

Creates a line graph from the current graph and shows it in a new tab

Author:
Mohammad Ali Rostami, Azin Azadi

Constructor Summary
LineGraph()
           
 
Method Summary
 void action(GraphData graphData)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineGraph

public LineGraph()
Method Detail

action

public void action(GraphData graphData)
Specified by:
action in interface GraphActionInterface

getName

public java.lang.String getName()
Specified by:
getName in interface Extension

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Extension

GraphLab Project