Glg Toolkit

com.genlogic.GraphLayout
Class GlgGraphNode

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

public class GlgGraphNode
extends java.lang.Object


Field Summary
 boolean anchor
           
 java.lang.Object data
           
 GlgPoint display_position
           
 GlgObject graphics
           
 GlgObject link_array
           
 GlgPoint position
           
 GlgObject template
           
 int type
           
 
Constructor Summary
GlgGraphNode()
           
 
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

position

public GlgPoint position

display_position

public GlgPoint display_position

link_array

public GlgObject link_array

anchor

public boolean anchor
Constructor Detail

GlgGraphNode

public GlgGraphNode()

Glg Toolkit