Class Image

java.lang.Object
org.apache.wiki.plugin.Image
All Implemented Interfaces:
Plugin

public class Image extends Object implements Plugin
Provides an image plugin for better control than is possible with a simple image inclusion.
Most parameters are equivalents of the html image attributes.

Parameters :

  • src - the source (a URL) of the image (required parameter)
  • align - the alignment of the image
  • height - the height of the image
  • width - the width of the image
  • alt - alternate text
  • caption - the caption for the image
  • link - the hyperlink for the image
  • target - the target (frame) to be used for opening the image
  • style - the style attribute of the image
  • class - the associated class for the image
  • border - the border for the image
  • title - the title for the image, can be presented as a tooltip to the user
Since:
2.1.4.