www.element4solution.com

e4s.html
Class IMG.AreaPolygon

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.IMG.Area
          extended by e4s.html.IMG.AreaPolygon
All Implemented Interfaces:
IMG.Area_Intf
Enclosing class:
IMG

public static class IMG.AreaPolygon
extends IMG.Area
implements IMG.Area_Intf

Rectangle-Area for Image MAP


Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
IMG.AreaPolygon(E4JavaScript js, E4Label_Intf alt, int[] x, int[] y)
           
IMG.AreaPolygon(E4JavaScript js, int[] x, int[] y)
           
IMG.AreaPolygon(E4JavaScript js, java.lang.String alt, int[] x, int[] y)
           
IMG.AreaPolygon(E4Method mref, E4Label_Intf alt, int[] x, int[] y)
           
IMG.AreaPolygon(E4Method mref, int[] x, int[] y)
           
IMG.AreaPolygon(E4Method mref, java.lang.String alt, int[] x, int[] y)
           
 
Method Summary
 void toHtml(E4StringBufferHtml buf, E4ServletImplementation_Intf servlet)
           
 
Methods inherited from class e4s.html.IMG.Area
collectScripts, collectTranslationsForEditing, getAlternate, getId, setAlternate, setAlternate, setId, setId
 
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
 
Methods inherited from interface e4s.html.IMG.Area_Intf
collectScripts, collectTranslationsForEditing, getAlternate
 

Constructor Detail

IMG.AreaPolygon

public IMG.AreaPolygon(E4Method mref,
                       E4Label_Intf alt,
                       int[] x,
                       int[] y)

IMG.AreaPolygon

public IMG.AreaPolygon(E4Method mref,
                       java.lang.String alt,
                       int[] x,
                       int[] y)

IMG.AreaPolygon

public IMG.AreaPolygon(E4Method mref,
                       int[] x,
                       int[] y)

IMG.AreaPolygon

public IMG.AreaPolygon(E4JavaScript js,
                       E4Label_Intf alt,
                       int[] x,
                       int[] y)

IMG.AreaPolygon

public IMG.AreaPolygon(E4JavaScript js,
                       java.lang.String alt,
                       int[] x,
                       int[] y)

IMG.AreaPolygon

public IMG.AreaPolygon(E4JavaScript js,
                       int[] x,
                       int[] y)
Method Detail

toHtml

public void toHtml(E4StringBufferHtml buf,
                   E4ServletImplementation_Intf servlet)
Specified by:
toHtml in interface IMG.Area_Intf
Overrides:
toHtml in class IMG.Area

www.element4solution.com