WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Package Functions | Package Attributes | Static Package Attributes | List of all members
Node Class Reference

Processing class - Holds informations about a node. More...

Inheritance diagram for Node:
Sortable

Public Member Functions

boolean equals (Object o)
String toString ()

Package Functions

void draw (boolean drawLabel)
 draws the node
int compareTo (Sortable other)

Package Attributes

String name
 the author name
PVector pos = new PVector(0,0)
 the node position
double involv
 the node involvement
int inDegree = 0
 the in degree
int outDegree = 0
 the out degree
double variance = 1
 the edit frequency variance

Static Package Attributes

static final int MAX_NODE_AREA = 10000
 the maximum node area
static final int MIN_NODE_AREA = 2
 the minimum node area

Detailed Description

Processing class - Holds informations about a node.

Author
Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t

Member Function Documentation

int Node.compareTo ( Sortable  other)
package
void Node.draw ( boolean  drawLabel)
package

draws the node

Parameters
drawLabeldetermines if the label should be drawn or not
boolean Node.equals ( Object  o)
See Also
Object::equals(Object)
String Node.toString ( )
See Also
Object::toString()

Member Data Documentation

int Node.inDegree = 0
package

the in degree

double Node.involv
package

the node involvement

final int Node.MAX_NODE_AREA = 10000
staticpackage

the maximum node area

final int Node.MIN_NODE_AREA = 2
staticpackage

the minimum node area

String Node.name
package

the author name

int Node.outDegree = 0
package

the out degree

PVector Node.pos = new PVector(0,0)
package

the node position

double Node.variance = 1
package

the edit frequency variance


The documentation for this class was generated from the following file: