final String urlc = "http://www.volantis.com/myImage.jpg?mcs.ar=5:4";
TestMarinerRequestContext requestContext =
createRequestContext(transcoder, rule, width);
// Create the urlc attribute for the image element implementation.
ImageAttributes papiImageAttributes = new ImageAttributes();
papiImageAttributes.setUrlc(urlc);
// Create the image element implementation.
ImageElementImpl element = new ImageElementImpl();
// Generate the pane output for this image element.