程序包 weka.gui.beans

类 GraphEvent

java.lang.Object
java.util.EventObject
weka.gui.beans.GraphEvent
所有已实现的接口:
Serializable

public class GraphEvent extends EventObject
Event for graphs
版本:
$Revision: 1.5 $
作者:
Mark Hall
另请参阅:
  • 构造器详细资料

    • GraphEvent

      public GraphEvent(Object source, String graphString, String graphTitle, int graphType)
      Creates a new GraphEvent instance.
      参数:
      source - the source of the event
      graphString - a string describing the graph in "dot" format
      graphTitle - the title for the graph
      graphType - the type for the graph
  • 方法详细资料

    • getGraphString

      public String getGraphString()
      Return the dot string for the graph
      返回:
      a String value
    • getGraphTitle

      public String getGraphTitle()
      Return the graph title
      返回:
      a String value
    • getGraphType

      public int getGraphType()
      Return the graph type
      返回:
      a int value