Uses of Class
org.apache.maven.doxia.site.Image
-
Packages that use Image Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of Image in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as Image Modifier and Type Field Description private ImageLinkItem. imageThe image for the link.private ImageMenu. imageThe image for the menu.Methods in org.apache.maven.doxia.site that return Image Modifier and Type Method Description ImageImage. clone()Method clone.ImageLinkItem. getImage()Get the image for the link.ImageMenu. getImage()Get the image for the menu.Methods in org.apache.maven.doxia.site with parameters of type Image Modifier and Type Method Description voidLinkItem. setImage(Image image)Set the image for the link.voidMenu. setImage(Image image)Set the image for the menu. -
Uses of Image in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return Image Modifier and Type Method Description private ImageSiteXpp3Reader. parseImage(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseImage.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type Image Modifier and Type Method Description private voidSiteXpp3Writer. writeImage(Image image, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeImage. -
Uses of Image in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools that return Image Modifier and Type Method Description private ImageDefaultSiteTool. convertImage(java.lang.String src, java.lang.String position, java.lang.String height, java.lang.String width, java.lang.String border, java.lang.String alt)
-