EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.model.MapSection

Packages that use MapSection
echopoint Primary package under which all the public components provided by EchoPoint are organised. 
echopoint.model Primary package under which all model objects required to support the comopnents in EchoPoint are organised. 
 

Uses of MapSection in echopoint
 

Methods in echopoint that return types with arguments of type MapSection
 Map<String,MapSection> ImageMap.getSections()
          Return the value of the ImageMap.PROPERTY_SECTIONS property.
 

Methods in echopoint with parameters of type MapSection
 void ImageMap.addSection(MapSection section)
          Add the specified clickable section to the image map.
 void ImageMap.removeSection(MapSection section)
          Remove the specified clickable section from the image map.
 

Method parameters in echopoint with type arguments of type MapSection
 void ImageMap.addSections(Collection<MapSection> sections)
          Add the specified collection of sections to the image map.
 void ImageMap.setSections(Map<String,MapSection> sections)
          Set the value of the ImageMap.PROPERTY_SECTIONS property.
 

Uses of MapSection in echopoint.model
 

Subclasses of MapSection in echopoint.model
 class CircleSection
          A model object that represents a circular clickable section in a ImageMap.
 class PolygonSection
          A model object that represents a clickable polygon section in an ImageMap.
 class RectangleSection
          A model object that represents a rectangular clickable section on an ImageMap.
 


EchoPoint API - 3.0.0b5
App Webcontainer