de.fhg.igd.gps.maps
Class HtmlImageMapInfo

java.lang.Object
  extended byde.fhg.igd.gps.maps.HtmlImageMapInfo

public class HtmlImageMapInfo
extends Object

Author:
Jan Peters

Field Summary
protected  int border_
           
protected  String coordinateMapLink_
           
protected  ArrayList entries_
           
protected  int height_
           
protected  String imageLink_
           
protected  boolean isCoordinateMap_
           
protected  String name_
           
protected  int width_
           
 
Constructor Summary
protected HtmlImageMapInfo()
           
  HtmlImageMapInfo(String name, String imageLink)
           
 
Method Summary
 boolean addEntry(HtmlImageMapEntry entry)
           
 void adjustShapes(int deltax, int deltay)
           
 int getHeight()
           
 int getWidth()
           
 boolean isCoordinateMap()
           
 void setBorder(int border)
           
 void setImageSize(int width, int height)
           
 void setIsMap(String mapLink)
           
 String toHtml()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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_
Constructor Detail

HtmlImageMapInfo

protected HtmlImageMapInfo()

HtmlImageMapInfo

public HtmlImageMapInfo(String name,
                        String imageLink)
Method Detail

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.