public class Area extends Value
area
tags are found in.
An area is an independent clickable region within an image
tag. The subitem specifies which area in the image map is to be used. For
example, a Text
or Href
subitem can be used to specify
the appropriate area to be acted upon. In a script, this class appears as an
atArea
method.Constructor and Description |
---|
Area(Subitem area)
Constructor that takes the required
Subitem value. |
public Area(Subitem area)
Subitem
value.public Subitem getArea()
Area
value.public boolean equals(java.lang.Object other)
Area
values; returns true
if they are equal.