程序包 weka.gui.beans
类 GraphEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.GraphEvent
- 所有已实现的接口:
Serializable
Event for graphs
-
构造器概要
构造器构造器说明GraphEvent
(Object source, String graphString, String graphTitle, int graphType) Creates a newGraphEvent
instance. -
方法概要
修饰符和类型方法说明Return the dot string for the graphReturn the graph titleint
Return the graph type从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
GraphEvent
Creates a newGraphEvent
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
-
-
方法详细资料
-
getGraphString
Return the dot string for the graph- 返回:
- a
String
value
-
getGraphTitle
Return the graph title- 返回:
- a
String
value
-
getGraphType
public int getGraphType()Return the graph type- 返回:
- a
int
value
-