Skip to content
Snippets Groups Projects
Commit fbd3efef authored by gpawel's avatar gpawel
Browse files

commit: add more advanced way of specifying images pyramid

SVN: 24057
parent e928ff3b
No related branches found
No related tags found
No related merge requests found
......@@ -362,6 +362,11 @@ abstract public class SimpleImageDataConfig
imagePyramid.add(new DefaultThumbnailsConfiguration());
}
public void setGenerateImagePyramid(IThumbnailsConfiguration[] elements)
{
imagePyramid.addAll(Arrays.asList(elements));
}
public void setGenerateImagePyramidWithScaleFactors(double[] zoomLevels)
{
imagePyramid.clear();
......
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