Package com.day.cq.wcm.foundation
Class ImageMap.ImageArea
- java.lang.Object
-
- com.day.cq.wcm.foundation.ImageMap.ImageArea
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAltText()Gets the alternative text of the image area in unicode format.StringgetCoordinates()Gets the coordinates (= coords attribute) of the image area.StringgetHref()Gets the (optional) HREF of the image area.StringgetTarget()Gets the target frame/window of the image area.StringgetType()Gets the type (= shape attribute) of the image area.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type (= shape attribute) of the image area.- Returns:
- type of the image area
-
getCoordinates
public String getCoordinates()
Gets the coordinates (= coords attribute) of the image area.- Returns:
- coordinates of the image area
-
getHref
public String getHref()
Gets the (optional) HREF of the image area.- Returns:
- HREF of the image area;
nullif undefined
-
getAltText
public String getAltText()
Gets the alternative text of the image area in unicode format.- Returns:
- alternative text of the image area;
nullif undefined
-
getTarget
public String getTarget()
Gets the target frame/window of the image area.- Returns:
- target frame/window of the image area;
nullif undefined
-
-