Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.tile.Cell
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.spatial.arrange.tile |
Combining other images through tiling.
|
-
Uses of Cell in org.anchoranalysis.image.bean.spatial.arrange.tile
Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Tile. getCells()Defines the correspondingStackArrangerfor an individual cell in table.Method parameters in org.anchoranalysis.image.bean.spatial.arrange.tile with type arguments of type Cell Modifier and Type Method Description voidTile. setCells(List<Cell> cells)Defines the correspondingStackArrangerfor an individual cell in table.