|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--edu.mssm.crover.representation.Annotation
|
+--edu.mssm.crover.representation.Spacer_Annotation
Annotates N and C term spacers for use in drawing RbDg diagrams.
| Field Summary |
| Fields inherited from class edu.mssm.crover.representation.Annotation |
origin |
| Constructor Summary | |
Spacer_Annotation()
|
|
| Method Summary | |
void |
addCterm(Domain2D_Annotation d2da,
int start,
int end,
int x_spacer,
int y_spacer)
Convenience method to add a Cterminus representation to this diagram. |
void |
addNterm(Domain2D_Annotation d2da,
int start,
int end,
int x_spacer,
int y_spacer)
Convenience method to add an Nterminus representation to this diagram. |
boolean |
describesResidue(int position)
Don't need this method for this class. |
int |
getCtermx()
|
int |
getCtermy()
|
java.lang.String |
getInfo()
Returns a consise text that describes the nature of this annotation. |
int |
getNtermx()
|
int |
getNtermy()
|
void |
setCtermx(int x)
|
void |
setCtermy(int y)
|
void |
setNtermx(int x)
Methods to get and set the Nterm and Cterm spacer variables. |
void |
setNtermy(int y)
|
| Methods inherited from class edu.mssm.crover.representation.Annotation |
getOrigin, setOrigin, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Spacer_Annotation()
| Method Detail |
public void setNtermx(int x)
public void setNtermy(int y)
public void setCtermx(int x)
public void setCtermy(int y)
public int getNtermx()
public int getNtermy()
public int getCtermx()
public int getCtermy()
public void addNterm(Domain2D_Annotation d2da,
int start,
int end,
int x_spacer,
int y_spacer)
public void addCterm(Domain2D_Annotation d2da,
int start,
int end,
int x_spacer,
int y_spacer)
public java.lang.String getInfo()
BiologicalAnnotation
getInfo in interface BiologicalAnnotationgetInfo in class Annotationpublic boolean describesResidue(int position)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||