org.formaria.swt
Class ImageMap

java.lang.Object
  extended by Canvas
      extended by org.formaria.swt.Image
          extended by org.formaria.swt.HotspotImage
              extended by org.formaria.swt.ImageMap
All Implemented Interfaces:
ImageHolder

public class ImageMap
extends HotspotImage

Class which extends HotspotImage


Field Summary
 
Fields inherited from class org.formaria.swt.HotspotImage
currentHotspotIdx, defaultCursor, handCursor, hotspots, names, tooltips
 
Fields inherited from class org.formaria.swt.Image
currentProject
 
Constructor Summary
ImageMap(java.lang.Object parent)
          Create a new image map
 
Method Summary
 void paint(GC gc)
          Render the component
 
Methods inherited from class org.formaria.swt.HotspotImage
addCustomHotspot, checkHotspot, getName, mouseMove, read
 
Methods inherited from class org.formaria.swt.Image
checkSubclass, getAlignment, getImageName, getToolTip, isFull, isScale, setAlignment, setBg, setFull, setImage, setImageName, setScale, setToolTip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMap

public ImageMap(java.lang.Object parent)
Create a new image map

Parameters:
parent - parent object
Method Detail

paint

public void paint(GC gc)
Render the component

Overrides:
paint in class Image
Parameters:
g - the graphcis context