类 GraphNode
java.lang.Object
weka.gui.graphvisualizer.GraphNode
- 所有已实现的接口:
GraphConstants
This class represents a node in the Graph.
- 版本:
- $Revision: 1.5 $ - 23 Apr 2003 - Initial version (Ashraf M. Kibriya)
- 作者:
- Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
-
字段概要
字段修饰符和类型字段说明int
Type of node.int
The x and y position of the nodeint
The x and y position of the node从接口继承的字段 weka.gui.graphvisualizer.GraphConstants
DIRECTED, DOUBLE, NORMAL, PLURAL_DUMMY, REVERSED, SINGULAR_DUMMY
-
构造器概要
构造器 -
方法概要
-
字段详细资料
-
x
public int xThe x and y position of the node -
y
public int yThe x and y position of the node -
nodeType
public int nodeTypeType of node. Default is Normal node type
-
-
构造器详细资料
-
GraphNode
Constructor -
GraphNode
Constructor
-
-
方法详细资料