Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.arrange.BoundingBoxEnclosed
Packages that use BoundingBoxEnclosed
Package
Description
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
Classes in org.anchoranalysis.image.bean.nonbean.spatial.arrange that implement interfaces with type arguments of type BoundingBoxEnclosedModifier and TypeClassDescriptionfinal classA list ofBoundingBoxes that indicate where to locate correspondingStacks on a unified larger image.Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange that return BoundingBoxEnclosedModifier and TypeMethodDescriptionStackArrangement.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 BoundingBoxEnclosedModifier and TypeMethodDescriptionStackArrangement.boxes()Where to locate a respective image on a larger image.StackArrangement.iterator()Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange with parameters of type BoundingBoxEnclosedModifier and TypeMethodDescriptionvoidStackArrangement.add(BoundingBoxEnclosed box) Adds a newBoundingBoxEnclosedto the arrangement.Constructor parameters in org.anchoranalysis.image.bean.nonbean.spatial.arrange with type arguments of type BoundingBoxEnclosedModifierConstructorDescriptionStackArrangement(Extent extent, List<BoundingBoxEnclosed> boxes) Creates a newStackArrangementinstance.