|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--edu.mssm.crover.webservices.rbde.CustomizedDiagramImpl1_0
|
+--edu.mssm.crover.webservices.rbde.CustomizedDiagramImpl1_1
Encapsulates all necessary diagram components for storage. Contains functionality to rebuild or repaint the diagram. Due to the transfer mechanism to support different versions of the interface/implementation, this class must NOT use private fiels or methods. The higher level of restriction is protected (everything should be available to a subclass).
| Field Summary | |
protected int |
test_int
|
| Fields inherited from class edu.mssm.crover.webservices.rbde.CustomizedDiagramImpl1_0 |
cacs, defaultColorScheme, diagram, elipsOK, image, image_scale_factor, image_time_adjusted_in_advance, last_image_time, need_rebuild_image, need_repaint_image, Nterm_dir, sc, sequence |
| Constructor Summary | |
CustomizedDiagramImpl1_1()
Default constructor. |
|
CustomizedDiagramImpl1_1(AnnotatedBioSequence sequence)
Constructor from a sequence. |
|
| Method Summary | |
int |
getTestInt()
|
void |
postTransfer(UpgradableObject source)
Post transfer operation. |
protected void |
resetAll()
Resets the state of the all variables. |
void |
transfer(UpgradableObject destination)
Transfers the content of this CustomizedDiagram to the destination. |
| Methods inherited from class edu.mssm.crover.webservices.rbde.CustomizedDiagramImpl1_0 |
adjustLoopParameters, calculateElipses, dispose, flush, fullGC, getColorAnnotationsColorScheme, getDefaultColorScheme, getDiagram, getElipses, getImage, getImageScaleFactor, getImageTime, getNtermDirection, getSequence, obtainServletCentral, rebuildImage, repaintImage, resetTransient, scaleImage, setDefaultColorScheme, setElipses, setImageScaleFactor, setImageTime, setNeedRebuildImage, setNeedRepaintImage, setNtermDirectionDown, setNtermDirectionUp, setSequence |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int test_int
| Constructor Detail |
public CustomizedDiagramImpl1_1(AnnotatedBioSequence sequence)
public CustomizedDiagramImpl1_1()
| Method Detail |
protected void resetAll()
resetAll in class CustomizedDiagramImpl1_0#resetTransient.public int getTestInt()
public void transfer(UpgradableObject destination)
transfer in class CustomizedDiagramImpl1_0public void postTransfer(UpgradableObject source)
#transfer().
postTransfer in class CustomizedDiagramImpl1_0
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||