|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
weka.gui.beans.GraphEvent
public class GraphEvent
Event for graphs
| Constructor Summary | |
|---|---|
GraphEvent(Object source,
String graphString,
String graphTitle,
int graphType)
Creates a new GraphEvent instance. |
|
| Method Summary | |
|---|---|
String |
getGraphString()
Return the dot string for the graph |
String |
getGraphTitle()
Return the graph title |
int |
getGraphType()
Return the graph type |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 graph| Method Detail |
|---|
public String getGraphString()
String valuepublic String getGraphTitle()
String valuepublic int getGraphType()
int value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||