|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.domain2d.Domain2D_ABuilder
Builds a Domain2D_Annotation from a Domain_Annotation. This class is responsible for chopping the sequence into domains that Domain2D_Annotation recognizes and associating appropriate rendering engines with them. Domain2D_ABuilder: the A stands for Annotation. The default layout is for membrane proteins.
| Nested Class Summary | |
class |
Domain2D_ABuilder.UnsupportedSubunitType
|
| Constructor Summary | |
Domain2D_ABuilder()
|
|
| Method Summary | |
Domain2D_Annotation |
build(BiologicalSequence seq,
SecondaryStructure_Annotation ssa)
Builds a Domain2D_Annotation for the sequence seq. |
static TM_Annotation |
findTM(BiologicalAnnotations ba,
int index)
Returns the TM_Annotation that containts index residue. |
static void |
main(java.lang.String[] args)
Performs various tests of this class behaviour. |
void |
otherAnnotations(BiologicalAnnotations anns)
Passes the builder other annotations that may be used to adjust the spacers. |
protected boolean |
sameTM(int start,
int end)
Returns true when the start and end residue are part of the same TM domain annotation. |
void |
setNtermDirection(java.awt.geom.Point2D start)
Sets the exitDirection of the Nterm domain. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Domain2D_ABuilder()
| Method Detail |
public void otherAnnotations(BiologicalAnnotations anns)
public Domain2D_Annotation build(BiologicalSequence seq,
SecondaryStructure_Annotation ssa)
throws Domain2D_ABuilder.UnsupportedSubunitType
protected boolean sameTM(int start,
int end)
public void setNtermDirection(java.awt.geom.Point2D start)
public static TM_Annotation findTM(BiologicalAnnotations ba,
int index)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||