Uses of Class
at.tuwien.ifs.somtoolbox.apps.server.HTMLMapInformation

Packages that use HTMLMapInformation
at.tuwien.ifs.somtoolbox.apps.server Server side application of the SOM - provides servlets for a web-client access. 
 

Uses of HTMLMapInformation in at.tuwien.ifs.somtoolbox.apps.server
 

Fields in at.tuwien.ifs.somtoolbox.apps.server with type parameters of type HTMLMapInformation
private  Hashtable<String,HTMLMapInformation> SOMMap.interactionMapCache
           
private  Hashtable<String,HTMLMapInformation> SOMMap.sectionMapCache
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.server that return HTMLMapInformation
 HTMLMapInformation SOMMap.createFullMap(javax.servlet.http.HttpServletRequest request, String vis, Palette palette, int additionalVisParam, boolean showNodes, boolean showGrid, boolean showLables, String fodokIDs, int paramMapWidth, int paramMapHeight, String fullLink)
           
 HTMLMapInformation SOMMap.createFullMap(javax.servlet.http.HttpServletRequest request, String vis, Palette palette, int additionalVisParam, int paramMapWidth, int paramMapHeight, int zoom, int moveX, int moveY, Point selection, boolean showGrid, boolean showNodes, boolean showLabels, String fodokIDs, String fullLink, Rectangle areaSelection)
           
 HTMLMapInformation SOMMap.createMapSection(javax.servlet.http.HttpServletRequest request, String vis, Palette palette, int additionalVisParam, boolean showNodes, boolean showGrid, String fodokID, int paramMapWidth, int paramMapHeight)