public class IlvDefaultIMapAttributes extends Object implements IlvIMapAttributes
IlvDefaultIMapAttributes
class holds information about
the HREF
and TITLE
attributes of an image map area.Constructor and Description |
---|
IlvDefaultIMapAttributes(String href)
Initializes a new attribute with the specified
HREF . |
IlvDefaultIMapAttributes(String href,
String title)
Initializes a new attribute with the specified
HREF and
TITLE . |
Modifier and Type | Method and Description |
---|---|
static IlvIMapAttributes[] |
create(String[] hrefs)
Creates attributes from the specified
HREF array. |
static IlvIMapAttributes[] |
create(String[] hrefs,
String[] titles)
Creates attributes from the specified
HREF and
TITLE arrays. |
String |
getALT()
Returns the
ALT attribute. |
String |
getExtraAttributes()
Returns
null . |
String |
getHREF()
Returns the
HREF attribute. |
String |
getTarget()
Returns
null . |
String |
getTitle()
Returns the
TITLE attribute. |
public IlvDefaultIMapAttributes(String href)
HREF
.public String getHREF()
HREF
attribute.getHREF
in interface IlvIMapAttributes
public String getTitle()
TITLE
attribute.getTitle
in interface IlvIMapAttributes
public String getALT()
ALT
attribute.
The method returns the value of the TITLE
attribute.getALT
in interface IlvIMapAttributes
public String getTarget()
null
.getTarget
in interface IlvIMapAttributes
public String getExtraAttributes()
null
.getExtraAttributes
in interface IlvIMapAttributes
public static IlvIMapAttributes[] create(String[] hrefs)
HREF
array.public static IlvIMapAttributes[] create(String[] hrefs, String[] titles)
HREF
and
TITLE
arrays.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.