Uses of Class
org.apache.sis.internal.coverage.j2d.ImageLayout
Packages that use ImageLayout
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of ImageLayout in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as ImageLayoutModifier and TypeFieldDescriptionstatic final ImageLayoutImageLayout.DEFAULTThe default instance which will target 256 pixels as tile width and height.static final ImageLayoutImageLayout.SIZE_ADJUSTSame asDEFAULT, but makes image size an integer amount of tiles.Methods in org.apache.sis.internal.coverage.j2d that return ImageLayoutModifier and TypeMethodDescriptionstatic ImageLayoutImageLayout.fixedSize(RenderedImage source) Creates a new layout with exactly the tile size of given image.