Class Banner
java.lang.Object
org.apache.maven.doxia.site.decoration.Banner
- All Implemented Interfaces:
Serializable, Cloneable
Banner logo on the masthead of the site.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe alt description for the banner image.private StringThe border to use for the banner image.private StringThe height to use for the banner image.private StringThe href of a link to be used for the banner image.private StringThe name of the banner.private StringThe source location of an image for the banner.private StringThe title for the banner image.private StringThe width to use for the banner image. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.booleanMethod equals.getAlt()Get the alt description for the banner image.Get the border to use for the banner image.Get the height to use for the banner image.getHref()Get the href of a link to be used for the banner image.getName()Get the name of the banner.getSrc()Get the source location of an image for the banner.getTitle()Get the title for the banner image.getWidth()Get the width to use for the banner image.inthashCode()Method hashCode.voidSet the alt description for the banner image.voidSet the border to use for the banner image.voidSet the height to use for the banner image.voidSet the href of a link to be used for the banner image.voidSet the name of the banner.voidSet the source location of an image for the banner.voidSet the title for the banner image.voidSet the width to use for the banner image.toString()Method toString.
-
Field Details
-
name
The name of the banner. -
src
The source location of an image for the banner. -
alt
The alt description for the banner image. -
href
The href of a link to be used for the banner image. -
border
The border to use for the banner image. -
width
The width to use for the banner image. -
height
The height to use for the banner image. -
title
The title for the banner image.
-
-
Constructor Details
-
Banner
public Banner()
-
-
Method Details
-
clone
-
equals
-
getAlt
-
getBorder
-
getHeight
-
getHref
-
getName
-
getSrc
-
getTitle
-
getWidth
-
hashCode
-
setAlt
Set the alt description for the banner image.- Parameters:
alt- a alt object.
-
setBorder
Set the border to use for the banner image.- Parameters:
border- a border object.
-
setHeight
Set the height to use for the banner image.- Parameters:
height- a height object.
-
setHref
Set the href of a link to be used for the banner image.- Parameters:
href- a href object.
-
setName
-
setSrc
Set the source location of an image for the banner.- Parameters:
src- a src object.
-
setTitle
Set the title for the banner image.- Parameters:
title- a title object.
-
setWidth
Set the width to use for the banner image.- Parameters:
width- a width object.
-
toString
-