01: /*
02: * $RCSfile: ImageJAI.java,v $
03: *
04: * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
05: *
06: * Use is subject to license terms.
07: *
08: * $Revision: 1.1 $
09: * $Date: 2005/02/11 04:57:09 $
10: * $State: Exp $
11: */
12: package javax.media.jai;
13:
14: /**
15: * An interface implemented by all JAI image classes.
16: */
17: public interface ImageJAI extends WritablePropertySource {
18: }
|