edu.upc.dama.dex.core
Class Export.GraphExport

java.lang.Object
  extended by edu.upc.dama.dex.core.Export.GraphExport
Enclosing interface:
Export

public static class Export.GraphExport
extends java.lang.Object

Stores the graph exporting values.


Constructor Summary
Export.GraphExport()
          Creates a GraphExport instance.
 
Method Summary
 java.lang.String getLabel()
          Gets the graph label.
 void setLabel(java.lang.String label)
          Sets the graph label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export.GraphExport

public Export.GraphExport()
Creates a GraphExport instance.

Method Detail

getLabel

public java.lang.String getLabel()
Gets the graph label.

null is the default value, that is no label.

Returns:
The graph label.

setLabel

public void setLabel(java.lang.String label)
Sets the graph label.

Parameters:
label - The graph label.