|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: AnnotationSaver
Description: Interface for annotation saver implementations. A class that implements this interface provides a method to save annotations e.g. by reading annotation's XML string representation first (through ImagePanel.getAnnotations() method) and upload it to a document management system afterwards with an application specific protocol. Tiffy's ImagePanel contains the default implementation but at runtime you can replace it by calling ImagePanel.setAnnotationSaver(AnnotationSaver as).
Copyright: Copyright (c) 2005
Organisation: Art&Computer Hackbarth
Method Summary | |
void |
saveAnnotations()
A method to save annotations to be implemented here. |
Method Detail |
public void saveAnnotations()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |