www.element4solution.com

e4s.html
Interface IMG.Area_Intf

All Known Implementing Classes:
IMG.AreaCircle, IMG.AreaPolygon, IMG.AreaRectangle
Enclosing class:
IMG

public static interface IMG.Area_Intf

Interface for IMAP areas (rectangle, circle or polygon).


Method Summary
 void collectScripts(E4ScriptsVec v, E4ServletImplementation_Intf servlet)
           
 void collectTranslationsForEditing(E4TranslationsVec v, E4ServletImplementation_Intf servlet)
           
 E4Label_Intf getAlternate()
          Get a label to be used as alternate (mouse-over) text.
 void toHtml(E4StringBufferHtml buf, E4ServletImplementation_Intf servlet)
           
 

Method Detail

toHtml

void toHtml(E4StringBufferHtml buf,
            E4ServletImplementation_Intf servlet)
            throws java.lang.Exception
Throws:
java.lang.Exception

getAlternate

E4Label_Intf getAlternate()
Get a label to be used as alternate (mouse-over) text.

Returns:
null if no alternate text is defined or the alternate text

collectTranslationsForEditing

void collectTranslationsForEditing(E4TranslationsVec v,
                                   E4ServletImplementation_Intf servlet)

collectScripts

void collectScripts(E4ScriptsVec v,
                    E4ServletImplementation_Intf servlet)

www.element4solution.com