public class GraphEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_graphString |
protected String |
m_graphTitle |
protected int |
m_graphType |
source| Constructor and Description |
|---|
GraphEvent(Object source,
String graphString,
String graphTitle,
int graphType)
Creates a new
GraphEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphString()
Return the dot string for the graph
|
String |
getGraphTitle()
Return the graph title
|
int |
getGraphType()
Return the graph type
|
getSource, toStringprotected String m_graphString
protected String m_graphTitle
protected int m_graphType
public GraphEvent(Object source, String graphString, String graphTitle, int graphType)
GraphEvent instance.source - the source of the eventgraphString - a string describing the graph in "dot" formatgraphTitle - the title for the graphgraphType - the type for the graphCopyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.