Interface ImageMap

All Known Implementing Classes:
ImageMap.ClientSide, ImageMap.ServerSide

public interface ImageMap
ImageMap represents a collection of image map hotspots. It does not represent the raster image itself.
Since:
1.3
Author:
Keith James, Greg Cox
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    ClientSide represents a client-side style image map.
    static final class 
    HotSpots represent an image map hotspot.
    static class 
    ServerSide represents a server-side style image map.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    CIRCLE indicates a circular image map hotspot.
    static final String
    POLY indicates a polygonal image map hotspot.
    static final String
    RECT indicates a rectangular image map hotspot.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addHotSpot adds a hotspot to the map.
    hotSpots iterates over the hotspots in the map