edu.rice.cs.hpc.viewer.graph.GraphEditorPlot Class Reference

Inheritance diagram for edu.rice.cs.hpc.viewer.graph.GraphEditorPlot:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.viewer.graph.GraphEditorPlot:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void doSave (IProgressMonitor monitor)
void doSaveAs ()
void init (IEditorSite site, IEditorInput input) throws PartInitException
boolean isDirty ()
boolean isSaveAsAllowed ()
void setFocus ()
void finalize ()
void createPartControl (Composite parent)
String getEditorPartName ()
void setEditorPartName (String title)
Experiment getExperiment ()

Static Public Member Functions

static void setSymbolSize (int di)

Static Public Attributes

static final String ID = "edu.rice.cs.hpc.viewer.graph.GraphEditorPlot"

Protected Member Functions

double[] getValuesX (ThreadLevelDataManager objDataManager, Scope scope, MetricRaw metric) throws NumberFormatException
double[] getValuesY (ThreadLevelDataManager objDataManager, Scope scope, MetricRaw metric) throws IOException
String getXAxisTitle (ThreadLevelDataFile data)
void plotData (Scope scope, MetricRaw metric)
 Plot a given metrics for a specific scope.
Chart getChart ()

Protected Attributes

ThreadLevelDataManager threadData

Static Protected Attributes

static int diameter

Detailed Description

Definition at line 14 of file GraphEditorPlot.java.


Member Function Documentation

void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.createPartControl ( Composite  parent  )  [inherited]
void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.doSave ( IProgressMonitor  monitor  )  [inherited]

Definition at line 41 of file GraphEditorBase.java.

void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.doSaveAs (  )  [inherited]

Definition at line 46 of file GraphEditorBase.java.

void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.finalize (  )  [inherited]
Chart edu.rice.cs.hpc.viewer.graph.GraphEditorBase.getChart (  )  [protected, inherited]
String edu.rice.cs.hpc.viewer.graph.GraphEditorBase.getEditorPartName (  )  [inherited]
Experiment edu.rice.cs.hpc.viewer.graph.GraphEditorBase.getExperiment (  )  [inherited]
double [] edu.rice.cs.hpc.viewer.graph.GraphEditorPlot.getValuesX ( ThreadLevelDataManager  objDataManager,
Scope  scope,
MetricRaw  metric 
) throws NumberFormatException [protected, virtual]

Implements edu.rice.cs.hpc.viewer.graph.GraphEditor.

Definition at line 19 of file GraphEditorPlot.java.

double [] edu.rice.cs.hpc.viewer.graph.GraphEditorPlot.getValuesY ( ThreadLevelDataManager  objDataManager,
Scope  scope,
MetricRaw  metric 
) throws IOException [protected, virtual]

Implements edu.rice.cs.hpc.viewer.graph.GraphEditor.

Definition at line 28 of file GraphEditorPlot.java.

String edu.rice.cs.hpc.viewer.graph.GraphEditorPlot.getXAxisTitle ( ThreadLevelDataFile  data  )  [protected, virtual]
void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.init ( IEditorSite  site,
IEditorInput  input 
) throws PartInitException [inherited]
boolean edu.rice.cs.hpc.viewer.graph.GraphEditorBase.isDirty (  )  [inherited]

Definition at line 64 of file GraphEditorBase.java.

boolean edu.rice.cs.hpc.viewer.graph.GraphEditorBase.isSaveAsAllowed (  )  [inherited]

Definition at line 69 of file GraphEditorBase.java.

void edu.rice.cs.hpc.viewer.graph.GraphEditor.plotData ( Scope  scope,
MetricRaw  metric 
) [protected, virtual, inherited]
void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.setEditorPartName ( String  title  )  [inherited]

Implements edu.rice.cs.hpc.viewer.editor.IViewerEditor.

Definition at line 151 of file GraphEditorBase.java.

void edu.rice.cs.hpc.viewer.graph.GraphEditorBase.setFocus (  )  [inherited]

Definition at line 76 of file GraphEditorBase.java.

static void edu.rice.cs.hpc.viewer.graph.GraphEditor.setSymbolSize ( int  di  )  [static, inherited]

Member Data Documentation

int edu.rice.cs.hpc.viewer.graph.GraphEditor.diameter [static, protected, inherited]
final String edu.rice.cs.hpc.viewer.graph.GraphEditorPlot.ID = "edu.rice.cs.hpc.viewer.graph.GraphEditorPlot" [static]

Definition at line 16 of file GraphEditorPlot.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1