com.pearsoneduc.ip.io
Interface SIFConstants

All Known Implementing Classes:
SIFDecoder, SIFEncoder

public abstract interface SIFConstants

Defines some constants related to the SIF image format.

Version:
1.0 [1999/01/30]
Author:
Nick Efford

Field Summary
static java.lang.String GREY_COMPRESSED_SIG
           
static java.lang.String GREY_SIG
           
static java.lang.String RGB_COMPRESSED_SIG
           
static java.lang.String RGB_SIG
           
 

Field Detail

GREY_SIG

public static final java.lang.String GREY_SIG

RGB_SIG

public static final java.lang.String RGB_SIG

GREY_COMPRESSED_SIG

public static final java.lang.String GREY_COMPRESSED_SIG

RGB_COMPRESSED_SIG

public static final java.lang.String RGB_COMPRESSED_SIG