at.tuwien.ifs.somtoolbox.apps.server
Class HTMLMapInformation
java.lang.Object
at.tuwien.ifs.somtoolbox.apps.server.HTMLMapInformation
public class HTMLMapInformation
- extends Object
- Version:
- $Id: HTMLMapInformation.java 3358 2010-02-11 14:35:07Z mayer $
- Author:
- Rudolf Mayer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
imageMap
private String imageMap
imagePath
private String imagePath
nNearest
private String[] nNearest
HTMLMapInformation
public HTMLMapInformation(String imagePath,
String imageMap,
String[] nNearest)
HTMLMapInformation
public HTMLMapInformation(String imagePath,
String imageMap)
getImageMap
public String getImageMap()
getImagePath
public String getImagePath()
getNNearest
public String[] getNNearest()