org.compbio.bioverse.viewer
Class Node

java.lang.Object
  extended byorg.compbio.bioverse.viewer.Node

public class Node
extends java.lang.Object


Field Summary
 double dx
           
 double dy
           
 boolean fixed
           
 java.lang.String fu_lbl
           
 boolean[] funkflag
           
 java.lang.String lbl
           
 int neighbours_level
           
 boolean nextneighbour
           
 boolean on
           
 boolean selected
           
 double x
           
 double y
           
 
Constructor Summary
Node()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

neighbours_level

public int neighbours_level

x

public double x

y

public double y

dx

public double dx

dy

public double dy

lbl

public java.lang.String lbl

fu_lbl

public java.lang.String fu_lbl

fixed

public boolean fixed

funkflag

public boolean[] funkflag

nextneighbour

public boolean nextneighbour

on

public boolean on

selected

public boolean selected
Constructor Detail

Node

public Node()