javax.media.jai
Class CoordinateImage
java.lang.Object
|
+--javax.media.jai.CoordinateImage
Deprecated. as of JAI 1.1. Use
AttributedImage
instead.
- public class CoordinateImage
- extends Object
A class representing an image that is associated with a coordinate.
This class is used with ImageStack
.
- See Also:
ImageStack
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
image
public PlanarImage image
- Deprecated.
- The image.
coordinate
public Object coordinate
- Deprecated.
- 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.
CoordinateImage
public CoordinateImage(PlanarImage pi,
Object c)
- Deprecated.
- Constructor.
- Throws:
- IllegalArgumentException - if
pi
is null
.- IllegalArgumentException - if
c
is null
.