:: com :: sun :: star :: rendering ::

unpublished constants group IntegerBitmapFormat
Description
This structure describes the format of an integer bitmap.
Since
OpenOffice 2.0.0

Constants
CHUNKY_1BIT One bit format, with chunky layout.  
PLANES_1BIT One bit format, with plane layout.  
CHUNKY_2BIT Two bit format, with chunky layout.  
PLANES_2BIT Two bit format, with plane layout.  
CHUNKY_4BIT Four bit format, with chunky layout.  
PLANES_4BIT Four bit format, with plane layout.  
CHUNKY_8BIT Eight bit format, with chunky layout.  
PLANES_8BIT Eight bit format, with plane layout.  
CHUNKY_16BIT Sixteen bit format, with chunky layout.  
PLANES_16BIT Sixteen bit format, with plane layout.  
CHUNKY_24BIT Twentyfour bit format, with chunky layout.  
PLANES_24BIT Twentyfour bit format, with plane layout.  
CHUNKY_32BIT Thirtytwo bit format, with chunky layout.  
PLANES_32BIT Thirtytwo bit format, with plane layout.  
CHUNKY_48BIT Fourtyeight bit format, with chunky layout.  
PLANES_48BIT Fourtyeight bit format, with plane layout.  
CHUNKY_64BIT Sixtyfour bit format, with chunky layout.  
PLANES_64BIT Sixtyfour bit format, with plane layout.  
Constants' Details
CHUNKY_1BIT
const byte CHUNKY_1BIT =0;
Description
One bit format, with chunky layout.
PLANES_1BIT
const byte PLANES_1BIT =1;
Description
One bit format, with plane layout.
CHUNKY_2BIT
const byte CHUNKY_2BIT =2;
Description
Two bit format, with chunky layout.
PLANES_2BIT
const byte PLANES_2BIT =3;
Description
Two bit format, with plane layout.
CHUNKY_4BIT
const byte CHUNKY_4BIT =4;
Description
Four bit format, with chunky layout.
PLANES_4BIT
const byte PLANES_4BIT =5;
Description
Four bit format, with plane layout.
CHUNKY_8BIT
const byte CHUNKY_8BIT =6;
Description
Eight bit format, with chunky layout.
PLANES_8BIT
const byte PLANES_8BIT =7;
Description
Eight bit format, with plane layout.
CHUNKY_16BIT
const byte CHUNKY_16BIT =8;
Description
Sixteen bit format, with chunky layout.
PLANES_16BIT
const byte PLANES_16BIT =9;
Description
Sixteen bit format, with plane layout.
CHUNKY_24BIT
const byte CHUNKY_24BIT =10;
Description
Twentyfour bit format, with chunky layout.
PLANES_24BIT
const byte PLANES_24BIT =11;
Description
Twentyfour bit format, with plane layout.
CHUNKY_32BIT
const byte CHUNKY_32BIT =12;
Description
Thirtytwo bit format, with chunky layout.
PLANES_32BIT
const byte PLANES_32BIT =13;
Description
Thirtytwo bit format, with plane layout.
CHUNKY_48BIT
const byte CHUNKY_48BIT =14;
Description
Fourtyeight bit format, with chunky layout.
PLANES_48BIT
const byte PLANES_48BIT =15;
Description
Fourtyeight bit format, with plane layout.
CHUNKY_64BIT
const byte CHUNKY_64BIT =16;
Description
Sixtyfour bit format, with chunky layout.
PLANES_64BIT
const byte PLANES_64BIT =17;
Description
Sixtyfour bit format, with plane layout.
Top of Page