public static class ImageMap.Area extends PropertySet
Modifier and Type | Field and Description |
---|---|
String |
linkTarget |
String |
linkText |
ImageMap.AreaShape |
shape |
properties
Modifier | Constructor and Description |
---|---|
protected |
Area(ImageMap.AreaShape shape,
String linkTarget,
String linkText) |
|
Area(String linkTarget,
String linkText) |
Modifier and Type | Method and Description |
---|---|
ImageMap.Area |
copy() |
boolean |
equals(Object other) |
Rectangle |
getBounds() |
boolean |
sameShape(ImageMap.Area other) |
getProperties, getProperty, getPropertyCount, hasProperty, putProperties, putProperty, removeAllProperties, removeProperty
public final ImageMap.AreaShape shape
public final String linkTarget
public final String linkText
protected Area(ImageMap.AreaShape shape, String linkTarget, String linkText)
public ImageMap.Area copy()
public Rectangle getBounds()
public boolean sameShape(ImageMap.Area other)