| net.xoetrope.swing.XImage net.xoetrope.swing.XHotspotImage net.xoetrope.swing.XImageMap
XImageMap | public class XImageMap extends XHotspotImage (Code) | | Description:
Copyright (c) Xoetrope Ltd., 1998-2003
|
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 |
|
|