public class GraphEvent extends EventObject
| 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, toStringpublic 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 © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.