Uses of Class
org.apache.maven.doxia.site.Image
-
Packages that use Image Package Description org.apache.maven.doxia.site -
-
Uses of Image in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return Image Modifier and Type Method Description Image
Image. clone()
Method clone.Image
LinkItem. getImage()
Get the image for the link.Image
Menu. getImage()
Get the image for the menu.Methods in org.apache.maven.doxia.site with parameters of type Image Modifier and Type Method Description void
LinkItem. setImage(Image image)
Set the image for the link.void
Menu. setImage(Image image)
Set the image for the menu.
-