All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.multimedia.ImageMapRect

java.lang.Object
   |
   +----java.awt.Rectangle
           |
           +----symantec.itools.multimedia.ImageMapRect

public class ImageMapRect
extends Rectangle
Rectangle for ImageMaps. Use this class together with the ImageMap class.

See Also:
ImageMap

Constructor Index

 o ImageMapRect(int, int, int, int)
Construct ImageMapRect form coordinates.

Constructors

 o ImageMapRect
  public ImageMapRect(int x,
                      int y,
                      int w,
                      int h)
Construct ImageMapRect form coordinates.

Parameters:
x - horizontal position of this map rectangle
y - vertical position of the map rectangle
w - width of this rectangle
h - height of this rectangle

All Packages  Class Hierarchy  This Package  Previous  Next  Index