Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.server |
Server side application of the SOM - provides servlets for a web-client access.
|
Modifier and Type | Field and Description |
---|---|
private Hashtable<String,HTMLMapInformation> |
SOMMap.interactionMapCache |
private Hashtable<String,HTMLMapInformation> |
SOMMap.sectionMapCache |
Modifier and Type | Method and Description |
---|---|
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) |