Glg Toolkit

com.genlogic.GraphLayout
Class GlgGraphEdge

java.lang.Object
  extended bycom.genlogic.GraphLayout.GlgGraphEdge

public class GlgGraphEdge
extends java.lang.Object


Field Summary
 java.lang.Object data
           
 GlgGraphNode end_node
           
 GlgObject graphics
           
 GlgGraphNode start_node
           
 GlgObject template
           
 int type
           
 
Constructor Summary
GlgGraphEdge()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public java.lang.Object data

type

public int type

template

public GlgObject template

graphics

public GlgObject graphics

start_node

public GlgGraphNode start_node

end_node

public GlgGraphNode end_node
Constructor Detail

GlgGraphEdge

public GlgGraphEdge()

Glg Toolkit