cdox.edit
Interface CDCoverStandards

All Known Implementing Classes:
AudioData, CDCover, CDoxFrame, CDoxLoader, CdoxWizard, Cover, EditPane, FileAction, GenericData, InsertAction, MyFileChooser, PreviewWindow, PrintCover, TextElementGenerator, VideoData, WizardPreview

public interface CDCoverStandards

An interface containing some useful constants.

Version:
May 22nd 2002
Author:
Rutger Bezema, Andreas Schmitz

Field Summary
static int ALL
          Indicating all files.
static int CDBACK_SIDE
          Indicating that the type is a back side.
static int[] CDBACK_SIDE_SIZE
          The size of a back side with side borders.
static int[] CDBACK_SIZE
          The size of a back side.
static int CDBOOKLET
          Indicating that the type is a booklet.
static int[] CDBOOKLET_SIZE
          The size of a back side without the sides.
static int CDFRONT
          Indicating that the type is a front side.
static int[] CDFRONT_SIZE
          The size of a front side.
static int[] CDSIDE_SIZE
          The size of a back side border.
static int CDX
          Indication cdx files.
static int GIF
          Indicating gif files.
static int JPG
          Indicating jpeg files.
static int PNG
          Indicating png files.
 

Field Detail

CDFRONT

public static final int CDFRONT
Indicating that the type is a front side.

See Also:
Constant Field Values

CDBOOKLET

public static final int CDBOOKLET
Indicating that the type is a booklet.

See Also:
Constant Field Values

CDBACK_SIDE

public static final int CDBACK_SIDE
Indicating that the type is a back side.

See Also:
Constant Field Values

CDFRONT_SIZE

public static final int[] CDFRONT_SIZE
The size of a front side.


CDBACK_SIZE

public static final int[] CDBACK_SIZE
The size of a back side.


CDBOOKLET_SIZE

public static final int[] CDBOOKLET_SIZE
The size of a back side without the sides.


CDSIDE_SIZE

public static final int[] CDSIDE_SIZE
The size of a back side border.


CDBACK_SIDE_SIZE

public static final int[] CDBACK_SIDE_SIZE
The size of a back side with side borders.


ALL

public static final int ALL
Indicating all files.

See Also:
Constant Field Values

JPG

public static final int JPG
Indicating jpeg files.

See Also:
Constant Field Values

PNG

public static final int PNG
Indicating png files.

See Also:
Constant Field Values

GIF

public static final int GIF
Indicating gif files.

See Also:
Constant Field Values

CDX

public static final int CDX
Indication cdx files.

See Also:
Constant Field Values