| java.lang.Object javax.media.jai.CoordinateImage
CoordinateImage | public class CoordinateImage (Code) | | A class representing an image that is associated with a coordinate.
This class is used with ImageStack .
See Also: ImageStack |
coordinate | public Object coordinate(Code) | | The coordinate associated with the image. The type of this
parameter is Object so that the application may choose
any class to represent a coordinate based on the individual's
needs.
|
|
|