Uses of Class
org.apache.sis.image.AnnotatedImage
Packages that use AnnotatedImage
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of AnnotatedImage in org.apache.sis.image
Subclasses of AnnotatedImage in org.apache.sis.imageModifier and TypeClassDescription(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 AnnotatedImageModifier and TypeMethodDescription(package private) final Class
<AnnotatedImage> AnnotatedImage.appendStringContent
(StringBuilder buffer) Appends the name of the computed property in theImageAdapter.toString()
representation, after the class name and before the string representation of the wrapped image.Methods in org.apache.sis.image with parameters of type AnnotatedImageModifier and TypeMethodDescriptionprivate boolean
AnnotatedImage.equalParameters
(AnnotatedImage other) Returnstrue
if the area of interest and some other fields are equal.