List<PictureMessage> list = new ArrayList<PictureMessage>();
long shapeId = shapeIdList.get(0);
Shape s = allShapes.get(shapeId);
for (JID jid : receivers) {
list.add(new CreationMessage(jid, shapeId, s.getName(),
coord, color, s.isFilled(), s.getAuthor(), thread,
s.getDisplayHeight(), time, actionsAuthor, counter));
}
return list;