Uses of Class
org.apache.sis.image.ImageLayout
Packages that use ImageLayout
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ImageLayout in org.apache.sis.image
Fields in org.apache.sis.image declared as ImageLayoutModifier and TypeFieldDescriptionstatic final ImageLayoutImageLayout.DEFAULTThe default instance with a preferred tile width and height of 256 pixels.final ImageLayoutImageProcessor.Resizing.layoutDeprecated, for removal: This API element is subject to removal in a future version.The layout corresponding to the enumeration value.Methods in org.apache.sis.image that return ImageLayoutModifier and TypeMethodDescriptionImageLayout.allowImageBoundsAdjustments(boolean allowed) Returns a new layout with the same properties than this layout except whether it allows changes of image size.ImageLayout.allowPartialTiles(boolean allowed) Returns a new layout with the same properties than this layout except whether it allows partially filled tiles.ImageLayout.allowTileSizeAdjustments(boolean allowed) Returns a new layout with the same properties than this layout except whether it allows changes of tile size.ImageProcessor.getImageLayout()Returns the preferences about the tiling of an image in relationship with a given image size.ImageLayout.withPreferredTileSize(Dimension size) Returns a new layout with the same flags but a different preferred tile size.ImageLayout.withSampleModel(SampleModel model, boolean cascade) Returns a new layout with the same properties than this layout except for the sample model.ImageLayout.withTileMatrix(RenderedImage source) Creates a new layout with the tile size and tile indices of the given image.Methods in org.apache.sis.image with parameters of type ImageLayoutModifier and TypeMethodDescriptionvoidImageProcessor.setImageLayout(ImageLayout layout) Sets the preferences (size, tile size, sample model, etc.) of destination images.