GraphLab Project

graphlab.plugins.main.preview
Class PreviewPluginMethods

java.lang.Object
  extended by graphlab.plugins.main.preview.PreviewPluginMethods
All Implemented Interfaces:
PluginMethods

public class PreviewPluginMethods
extends java.lang.Object
implements PluginMethods

Author:
azin azadi

Constructor Summary
PreviewPluginMethods()
           
 
Method Summary
 void showPreview(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewPluginMethods

public PreviewPluginMethods()
Method Detail

showPreview

public void showPreview(java.lang.String fileName)
Parameters:
fileName -

GraphLab Project