|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.jai.CoordinateImage
AttributedImage
instead.
public class CoordinateImage
A class representing an image that is associated with a coordinate.
This class is used with ImageStack
.
ImageStack
Field Summary | |
---|---|
Object |
coordinate
Deprecated. The coordinate associated with the image. |
PlanarImage |
image
Deprecated. The image. |
Constructor Summary | |
---|---|
CoordinateImage(PlanarImage pi,
Object c)
Deprecated. Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PlanarImage image
public Object coordinate
Object
so that the application may choose
any class to represent a coordinate based on the individual's
needs.
Constructor Detail |
---|
public CoordinateImage(PlanarImage pi, Object c)
IllegalArgumentException
- if pi
is null
.
IllegalArgumentException
- if c
is null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |