X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fdata%2FParagraph.java;h=d5a0f1c618ca6327c5602c1a7a1212c22dbfd6f8;hp=9adc51c420e815492858adbcffbd1b606dab7eda;hb=c5103223c48d55a178f30e972313b009d8f79056;hpb=28b6ea54709eeb435a00edea59db10b02acd431a diff --git a/src/be/nikiroo/fanfix/data/Paragraph.java b/src/be/nikiroo/fanfix/data/Paragraph.java index 9adc51c..d5a0f1c 100644 --- a/src/be/nikiroo/fanfix/data/Paragraph.java +++ b/src/be/nikiroo/fanfix/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}. *