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:
-
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.
-
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
-