Merge branch 'master' into subtree
[nikiroo-utils.git] / data / Paragraph.java
index 9adc51c420e815492858adbcffbd1b606dab7eda..d5a0f1c618ca6327c5602c1a7a1212c22dbfd6f8 100644 (file)
@@ -129,6 +129,16 @@ public class Paragraph implements Cloneable, Serializable {
                return contentImage;
        }
 
+       /**
+        * The content of this {@link Paragraph} if it is an image.
+        * 
+        * @param contentImage
+        *            the content
+        */
+       public void setContentImage(Image contentImage) {
+               this.contentImage = contentImage;
+       }
+       
        /**
         * The number of words (or images) in this {@link Paragraph}.
         *