Uses of Class
org.apache.sis.image.ImageAdapter
Packages that use ImageAdapter
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ImageAdapter in org.apache.sis.image
Subclasses of ImageAdapter in org.apache.sis.imageModifier and TypeClassDescription(package private) class
An image which wraps an existing image unchanged, except for properties which are computed on the fly when first requested.(package private) final class
An image with the same sample values than the wrapped image but a different color model.(package private) final class
Computes statistics on all pixel values of an image.Methods in org.apache.sis.image that return types with arguments of type ImageAdapterModifier and TypeMethodDescription(package private) abstract Class<? extends ImageAdapter>
ImageAdapter.appendStringContent
(StringBuilder buffer) Appends a content to show in thetoString()
representation, after the class name and before the string representation of the wrapped image.