public class GraphEvent
extends java.util.EventObject
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
|
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