|
GLG Toolkit v. 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genlogic.GraphLayout.GlgGraphNode
public class GlgGraphNode
Graph node.
Field Summary | |
---|---|
boolean |
anchor
Anchor flag. |
java.lang.Object |
data
Data associated with the node. |
GlgPoint |
display_position
Node display position in Glg coordinates (-1000;+1000). |
GlgObject |
graphics
Graphics object used to render the node. |
GlgObject |
link_array
Array of all edges connected to the node. |
GlgPoint |
position
Node position in normalized range (0;1). |
GlgObject |
template
Custom graphics to render the node. |
int |
type
Node type. |
Constructor Summary | |
---|---|
GlgGraphNode()
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Object data
public int type
public GlgObject template
public GlgObject graphics
public GlgPoint position
public GlgPoint display_position
public GlgObject link_array
public boolean anchor
Constructor Detail |
---|
public GlgGraphNode()
|
GLG Toolkit v. 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |