Processing class - Holds informations about a node.
More...
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
| void Node.draw |
( |
boolean |
drawLabel | ) |
|
|
package |
draws the node
- Parameters
-
| drawLabel | determines if the label should be drawn or not |
| boolean Node.equals |
( |
Object |
o | ) |
|
- See Also
- Object::equals(Object)
- See Also
- Object::toString()
Member Data Documentation
| final int Node.MAX_NODE_AREA = 10000 |
|
staticpackage |
| final int Node.MIN_NODE_AREA = 2 |
|
staticpackage |
| PVector Node.pos = new PVector(0,0) |
|
package |
the edit frequency variance
The documentation for this class was generated from the following file: