| net.xoetrope.awt.XImage net.xoetrope.awt.XHotspotImage net.xoetrope.awt.XImageMap
XImageMap | public class XImageMap extends XHotspotImage (Code) | | Description:
Copyright (c) Xoetrope Ltd., 1998-2004
License: see license.txt
$Revision: 1.5 $
|
drawHotspots | protected boolean drawHotspots(Code) | | |
XImageMap | public XImageMap()(Code) | | |
addPoint | public void addPoint(int x, int y)(Code) | | |
getDarHotspots | public boolean getDarHotspots()(Code) | | Get the flag controlling rendering of the hotspots.
true if the hotspots are rendered |
setDrawHotspots | public void setDrawHotspots(boolean draw)(Code) | | Set the flag controlling rendering of the hotspots. When turned on a line
is drawn to show the edges of the hotspots
Parameters: draw - true to render the hotspots |
|
|