Skip to content
Snippets Groups Projects
Commit 6e5bc4f4 authored by tpylak's avatar tpylak
Browse files

LMS-1920 minor: LogicalImageSeriesViewer -> LogicalImageSeriesGrid

SVN: 19135
parent 189c57ff
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.ImageChannelSt
*
* @author Tomasz Pylak
*/
class LogicalImageSeriesViewer
class LogicalImageSeriesGrid
{
public static LayoutContainer create(String sessionId,
List<ImageChannelStack> channelStackImages, LogicalImageReference images,
......
......@@ -157,7 +157,7 @@ public class LogicalImageViewer
String sessionId = getSessionId(viewContext);
int imageWidth = getImageWidth(logicalImageReference);
int imageHeight = getImageHeight(logicalImageReference);
return LogicalImageSeriesViewer.create(sessionId, channelStackImages,
return LogicalImageSeriesGrid.create(sessionId, channelStackImages,
logicalImageReference, channel, imageWidth, imageHeight);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment