'STRAP:multiple sequence alignments '

charite.christo
Class GraphNode

java.lang.Object
  extended by charite.christo.GraphNode

public class GraphNode
extends java.lang.Object

A node for a graph

See Also:
GraphEdge, GraphSun

Field Summary
 double dx
           
 double dy
           
 double x
           
 double y
           
 
Constructor Summary
GraphNode(java.lang.Object o)
           
 
Method Summary
 java.awt.Image getImage()
           
 java.lang.Object getObject()
           
 java.lang.String getText()
           
 boolean isFixed()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

dx

public double dx

dy

public double dy
Constructor Detail

GraphNode

public GraphNode(java.lang.Object o)
Method Detail

isFixed

public boolean isFixed()

getImage

public java.awt.Image getImage()

getObject

public java.lang.Object getObject()

getText

public java.lang.String getText()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'