Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.arrange.BoundingBoxEnclosed
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.nonbean.spatial.arrange |
Non-beans to specify how to form a single-image by spatially combining other images.
|
-
Uses of BoundingBoxEnclosed in org.anchoranalysis.image.bean.nonbean.spatial.arrange
Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange that return BoundingBoxEnclosed Modifier and Type Method Description BoundingBoxEnclosedStackArrangement. get(int index)Gets theBoundingBoxcorresponding to a particular index.Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange that return types with arguments of type BoundingBoxEnclosed Modifier and Type Method Description List<BoundingBoxEnclosed>StackArrangement. boxes()Where to locate a respective image on a larger image.Iterator<BoundingBoxEnclosed>StackArrangement. iterator()Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange with parameters of type BoundingBoxEnclosed Modifier and Type Method Description voidStackArrangement. add(BoundingBoxEnclosed box)Adds a newBoundingBoxEnclosedto the arrangement.Constructor parameters in org.anchoranalysis.image.bean.nonbean.spatial.arrange with type arguments of type BoundingBoxEnclosed Constructor Description StackArrangement(org.anchoranalysis.spatial.box.Extent extent, List<BoundingBoxEnclosed> boxes)