|
Glg Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genlogic.GraphLayout.GlgGraphEdge
public class GlgGraphEdge
Graph edge. Connects two nodes.
| Field Summary | |
|---|---|
java.lang.Object |
data
Data associated with the edge. |
GlgGraphNode |
end_node
End node of the edge. |
GlgObject |
graphics
Graphics object used to render the edge. |
GlgGraphNode |
start_node
Start node of the edge. |
GlgObject |
template
Custom graphics to render the edge. |
int |
type
Edge type. |
| Constructor Summary | |
|---|---|
GlgGraphEdge()
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 GlgGraphNode start_node
public GlgGraphNode end_node
| Constructor Detail |
|---|
public GlgGraphEdge()
|
Glg Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||