Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.fill.ExtentToArrange
Packages that use ExtentToArrange
Package
Description
Montages images together to completely fill the available space, while preserving aspect ratio.
-
Uses of ExtentToArrange in org.anchoranalysis.image.bean.spatial.arrange.fill
Methods in org.anchoranalysis.image.bean.spatial.arrange.fill with parameters of type ExtentToArrangeModifier and TypeMethodDescriptionint
ExtentToArrange.compareTo
(ExtentToArrange other) Sorts in descending order byextent
.Method parameters in org.anchoranalysis.image.bean.spatial.arrange.fill with type arguments of type ExtentToArrangeModifier and TypeMethodDescriptionstatic Extent
FitCombinedScaler.scaleToWidth
(List<List<ExtentToArrange>> partitions, boolean permitPartialFinalRow, int width) Calculates the size of the combined image to use for the montage, and scales the associatedExtent
each to match.