160161162163164165166167168169170
} else if (locationYoffset >= 0) { upper_y = locationYoffset; lower_y = locationYoffset + height; } graphics.clear(); OMLine line = new OMLine(left_x, lower_y, right_x, lower_y); line.setLinePaint(lineColor); graphics.add(line);
473474475476477478479480481482483
OMGraphicList list = getList(); if (list == null) { list = new OMGraphicList(); } else { list.clear(); } if (isCancelled()) { Debug.message("daynight", getName() + "|DayNightLayer.prepare(): aborted.");
370371372373374375376377378379380
if (ret == null) { ret = new OMGraphicList(); setList(ret); } else { ret.clear(); } if (filePaths != null) { for (Iterator it = filePaths.iterator(); it.hasNext();) { loadImage((String) it.next(), ret);