Enterprise Information Portal APIs

com.ibm.mm.viewer
Interface CMBViewerConstants

All Known Implementing Classes:
CMBDocument, CMBDocumentEngine, CMBPage, CMBViewerToolbar, CMBStreamingDocServices

public interface CMBViewerConstants

This interface defines constants that are used by several of the viewer classes.

Since:
7.1

Field Summary
static int DEFAULT_PAGE_NUMBER
           
static int ROTATE_0
          Rotation of 0 degrees.
static int ROTATE_180
          Rotation of 180 degrees.
static int ROTATE_270
          Rotation of 270 degrees.
static int ROTATE_90
          Rotation of 90 degrees.
 

Field Detail

ROTATE_0

public static final int ROTATE_0
Rotation of 0 degrees.

ROTATE_90

public static final int ROTATE_90
Rotation of 90 degrees.

ROTATE_180

public static final int ROTATE_180
Rotation of 180 degrees.

ROTATE_270

public static final int ROTATE_270
Rotation of 270 degrees.

DEFAULT_PAGE_NUMBER

public static final int DEFAULT_PAGE_NUMBER

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.