|
|||||||||||
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
Event for graphs
Constructor Summary | |
GraphEvent(java.lang.Object source,
java.lang.String graphString,
java.lang.String graphTitle,
int graphType)
Creates a new GraphEvent instance. |
Method Summary | |
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 |
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(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 graphMethod Detail |
public java.lang.String getGraphString()
String
valuepublic java.lang.String getGraphTitle()
String
valuepublic int getGraphType()
int
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |