Class ImageUrl
- java.lang.Object
-
- com.cloudofficeprint.RenderElements.RenderElement
-
- com.cloudofficeprint.RenderElements.Images.Image
-
- com.cloudofficeprint.RenderElements.Images.ImageUrl
-
public class ImageUrl extends Image
Represents an image to insert in a template with a URL string as source.
-
-
Constructor Summary
Constructors Constructor Description ImageUrl(java.lang.String name, java.lang.String url)
This object represent an image to insert in the template.
-
Method Summary
-
Methods inherited from class com.cloudofficeprint.RenderElements.Images.Image
getAltText, getHeight, getJSON, getMaxHeight, getMaxWidth, getRotation, getTargetUrl, getTemplateTags, getTransparency, getWidth, getWrapText, setAltText, setHeight, setMaxHeight, setMaxWidth, setRotation, setTargetUrl, setTransparency, setWidth, setWrapText
-
Methods inherited from class com.cloudofficeprint.RenderElements.RenderElement
getName, getValue, setName, setValue
-
-
-
-
Constructor Detail
-
ImageUrl
public ImageUrl(java.lang.String name, java.lang.String url)
This object represent an image to insert in the template. The options of the image can be turned on via the setter functions. The source of this image is a URL string.- Parameters:
name
- Name of this image for the tag.url
- The source URL for the image.
-
-