X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=data%2FParagraph.java;h=d5a0f1c618ca6327c5602c1a7a1212c22dbfd6f8;hp=9adc51c420e815492858adbcffbd1b606dab7eda;hb=258e065f81071a861711ef935dca3ec5563f4360;hpb=5f3671e17febc5b7f6abbfc62c66c4045d47ec8d diff --git a/data/Paragraph.java b/data/Paragraph.java index 9adc51c..d5a0f1c 100644 --- a/data/Paragraph.java +++ b/data/Paragraph.java @@ -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}. *