de.fhg.igd.gps.maps
Class HtmlImageMapInfo
java.lang.Object
de.fhg.igd.gps.maps.HtmlImageMapInfo
- public class HtmlImageMapInfo
- extends Object
- Author:
- Jan Peters
entries_
protected ArrayList entries_
isCoordinateMap_
protected boolean isCoordinateMap_
coordinateMapLink_
protected String coordinateMapLink_
imageLink_
protected String imageLink_
name_
protected String name_
width_
protected int width_
height_
protected int height_
border_
protected int border_
HtmlImageMapInfo
protected HtmlImageMapInfo()
HtmlImageMapInfo
public HtmlImageMapInfo(String name,
String imageLink)
setIsMap
public void setIsMap(String mapLink)
setBorder
public void setBorder(int border)
setImageSize
public void setImageSize(int width,
int height)
addEntry
public boolean addEntry(HtmlImageMapEntry entry)
adjustShapes
public void adjustShapes(int deltax,
int deltay)
getWidth
public int getWidth()
getHeight
public int getHeight()
isCoordinateMap
public boolean isCoordinateMap()
toHtml
public String toHtml()
toString
public String toString()
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.