Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.align.Align
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.spatial.arrange.align |
Aligning a
BoundingBox to fit inside another BoundingBox. |
| org.anchoranalysis.image.bean.spatial.arrange.overlay |
Combining other images through overlaying.
|
-
Uses of Align in org.anchoranalysis.image.bean.spatial.arrange.align
Methods in org.anchoranalysis.image.bean.spatial.arrange.align that return Align Modifier and Type Method Description AlignAlign. duplicateBean()AlignGrow. getAlign()How to align the box after it is grown, as much as possible.Methods in org.anchoranalysis.image.bean.spatial.arrange.align with parameters of type Align Modifier and Type Method Description voidGrow. setAlign(Align align)How to align the box after it is grown, as much as possible.Constructors in org.anchoranalysis.image.bean.spatial.arrange.align with parameters of type Align Constructor Description Grow(boolean preserveAspectRatio, Align align) -
Uses of Align in org.anchoranalysis.image.bean.spatial.arrange.overlay
Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay that return Align Modifier and Type Method Description AlignOverlay. getAlign()Indicates how to align the image across the three axes.Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay with parameters of type Align Modifier and Type Method Description voidOverlay. setAlign(Align align)Indicates how to align the image across the three axes.Constructors in org.anchoranalysis.image.bean.spatial.arrange.overlay with parameters of type Align Constructor Description Overlay(Align align)