www.element4solution.com

e4s.html
Class IMG.Area

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.IMG.Area
Direct Known Subclasses:
IMG.AreaCircle, IMG.AreaPolygon, IMG.AreaRectangle
Enclosing class:
IMG

public abstract static class IMG.Area
extends E4Object

Abstract class for areas used in Image-Maps (IMAP). http://www.html-world.de/program/html_14.php


Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
IMG.Area(E4JavaScript js)
           
IMG.Area(E4JavaScript js, E4Label_Intf alt)
           
IMG.Area(E4JavaScript js, java.lang.String alt)
           
IMG.Area(E4Method mref)
           
IMG.Area(E4Method mref, E4Label_Intf alt)
           
IMG.Area(E4Method mref, java.lang.String alt)
           
 
Method Summary
 void collectScripts(E4ScriptsVec v, E4ServletImplementation_Intf servlet)
           
 void collectTranslationsForEditing(E4TranslationsVec v, E4ServletImplementation_Intf servlet)
           
 E4Label_Intf getAlternate()
           
 java.lang.String getId()
          Get the ID of that area.
 void setAlternate(E4Label_Intf alt)
          Set an alternate text for the image.
 void setAlternate(java.lang.String alt)
          Set an alternate text for the image, typically this uses e4s.translate.E4Label_App.
 void setId(long id)
          Set the ID of that area.
 void setId(java.lang.String id)
          Set the ID of that area.
 void toHtml(E4StringBufferHtml buf, E4ServletImplementation_Intf servlet)
           
 
Methods inherited from class e4s.util.E4Object
_getSVNVersionString, Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMG.Area

public IMG.Area(E4Method mref)

IMG.Area

public IMG.Area(E4JavaScript js)

IMG.Area

public IMG.Area(E4Method mref,
                E4Label_Intf alt)

IMG.Area

public IMG.Area(E4JavaScript js,
                E4Label_Intf alt)

IMG.Area

public IMG.Area(E4Method mref,
                java.lang.String alt)

IMG.Area

public IMG.Area(E4JavaScript js,
                java.lang.String alt)
Method Detail

getAlternate

public E4Label_Intf getAlternate()

setAlternate

public void setAlternate(java.lang.String alt)
Set an alternate text for the image, typically this uses e4s.translate.E4Label_App.

Parameters:
altternate - text
See Also:
getAlternate(), #SetAlternate(e4s.translate.E4Label_App)

setAlternate

public void setAlternate(E4Label_Intf alt)
Set an alternate text for the image.

Parameters:
altternate - text
See Also:
getAlternate(), #SetAlternate(String)

getId

public java.lang.String getId()
Get the ID of that area.

See Also:
setId(String)

setId

public void setId(java.lang.String id)
Set the ID of that area.

See Also:
getId()

setId

public void setId(long id)
Set the ID of that area.

See Also:
getId()

toHtml

public void toHtml(E4StringBufferHtml buf,
                   E4ServletImplementation_Intf servlet)

collectTranslationsForEditing

public void collectTranslationsForEditing(E4TranslationsVec v,
                                          E4ServletImplementation_Intf servlet)

collectScripts

public void collectScripts(E4ScriptsVec v,
                           E4ServletImplementation_Intf servlet)

www.element4solution.com