public class GraphEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_graphString |
protected java.lang.String |
m_graphTitle |
protected int |
m_graphType |
| Constructor and Description |
|---|
GraphEvent(java.lang.Object source,
java.lang.String graphString,
java.lang.String graphTitle,
int graphType)
Creates a new
GraphEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphString()
Return the dot string for the graph
|
java.lang.String |
getGraphTitle()
Return the graph title
|
int |
getGraphType()
Return the graph type
|
protected java.lang.String m_graphString
protected java.lang.String m_graphTitle
protected int m_graphType
public GraphEvent(java.lang.Object source,
java.lang.String graphString,
java.lang.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 graphpublic java.lang.String getGraphString()
String valuepublic java.lang.String getGraphTitle()
String valuepublic int getGraphType()
int value