Class Image
java.lang.Object
org.apache.maven.doxia.site.Image
- All Implemented Interfaces:
Serializable, Cloneable
An image.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.booleanMethod equals.getAlt()Get the alternative text to use.Get the height to use.Get where to place the image relative to the displayed name (left or right).getSrc()Get the source location.getStyle()Get the style to use.getWidth()Get the width to use.inthashCode()Method hashCode.voidSet the alternative text to use.voidSet the height to use.voidsetPosition(String position) Set where to place the image relative to the displayed name (left or right).voidSet the source location.voidSet the style to use.voidSet the width to use.toString()Method toString.
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
clone
-
equals
-
getAlt
-
getHeight
-
getPosition
Get where to place the image relative to the displayed name (left or right).- Returns:
- String
-
getSrc
-
getStyle
-
getWidth
-
hashCode
-
setAlt
-
setHeight
-
setPosition
Set where to place the image relative to the displayed name (left or right).- Parameters:
position- a position object.
-
setSrc
-
setStyle
-
setWidth
-
toString
-