edu.wisc.ssec.mcidasv.control
Interface McIdasComponents


public interface McIdasComponents

Holds a set of definitions concerning McIDAS data.


Field Summary
static String ANNOTATION
          Annotation frame component
static String COLORTABLE
          Color Table frame component
static String DIRTYCOLORTABLE
          Color Table dirty component
static String DIRTYGRAPHICS
          Graphics dirty component
static String DIRTYIMAGE
          Image dirty component
static String DIRTYINFO
          Array of dirty frame info
static String FAKEDATETIME
          Annotation frame component
static String GRAPHICS
          Graphics frame component
static String IMAGE
          Image frame component
 

Field Detail

IMAGE

static final String IMAGE
Image frame component

See Also:
Constant Field Values

GRAPHICS

static final String GRAPHICS
Graphics frame component

See Also:
Constant Field Values

COLORTABLE

static final String COLORTABLE
Color Table frame component

See Also:
Constant Field Values

ANNOTATION

static final String ANNOTATION
Annotation frame component

See Also:
Constant Field Values

FAKEDATETIME

static final String FAKEDATETIME
Annotation frame component

See Also:
Constant Field Values

DIRTYINFO

static final String DIRTYINFO
Array of dirty frame info

See Also:
Constant Field Values

DIRTYIMAGE

static final String DIRTYIMAGE
Image dirty component

See Also:
Constant Field Values

DIRTYGRAPHICS

static final String DIRTYGRAPHICS
Graphics dirty component

See Also:
Constant Field Values

DIRTYCOLORTABLE

static final String DIRTYCOLORTABLE
Color Table dirty component

See Also:
Constant Field Values