'STRAP:multiple sequence alignments '

charite.christo
Class ChShape

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

public class ChShape
extends Object


Field Summary
static ChShape[] NONE
           
 
Constructor Summary
ChShape(Shape s)
           
 
Method Summary
 Rectangle getBounds()
           
 Rectangle getBounds(double s)
           
 Rectangle getExtendedBounds(double s, int ext)
           
 CharSequence getHref()
           
 String getID()
           
 String[] getIDs()
           
 Shape getShape()
           
 CharSequence getTitle()
           
 boolean inClip(double scale, Rectangle r, int margin)
           
 void setHref(CharSequence s)
           
 void setID(String id)
           
 void setIDs(String[] ids)
           
 void setTitle(CharSequence s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ChShape[] NONE
Constructor Detail

ChShape

public ChShape(Shape s)
Method Detail

getID

public String getID()

toString

public String toString()
Overrides:
toString in class Object

getBounds

public Rectangle getBounds()

getBounds

public Rectangle getBounds(double s)

getExtendedBounds

public Rectangle getExtendedBounds(double s,
                                   int ext)

inClip

public boolean inClip(double scale,
                      Rectangle r,
                      int margin)

setIDs

public void setIDs(String[] ids)

setID

public void setID(String id)

setHref

public void setHref(CharSequence s)

setTitle

public void setTitle(CharSequence s)

getShape

public Shape getShape()

getIDs

public String[] getIDs()

getTitle

public CharSequence getTitle()

getHref

public CharSequence getHref()

'STRAP:multiple sequence alignments '

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