Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.fill.ExtentToArrange
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.spatial.arrange.fill |
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 ExtentToArrange Modifier and Type Method Description intExtentToArrange. compareTo(ExtentToArrange other)Sorts in descending order byextent.Method parameters in org.anchoranalysis.image.bean.spatial.arrange.fill with type arguments of type ExtentToArrange Modifier and Type Method Description static org.anchoranalysis.spatial.box.ExtentFitCombinedScaler. scaleToWidth(List<List<ExtentToArrange>> partitions, boolean permitPartialFinalRow, int width)Calculates the size of the combined image to use for the montage, and scales the associatedExtenteach to match.