Multivalent API

multivalent.node
Interface Fixed

All Known Implementing Classes:
FixedI, FixedIClip, FixedIHBox, FixedIVBox, FixedLeafBlock, FixedLeafImage, FixedLeafOCR, FixedLeafShade, FixedLeafShape, FixedLeafUnicode, FixedLeafUnicodeKern

public interface Fixed

Interface for fixed internal and leaf classes.

Version:
$Revision: 1.2 $ $Date: 2002/01/27 03:02:49 $

Field Summary
static java.lang.String ATTR_REFORMATTED
          Some fixed formats, such as OCR, do not report all the ink on the page, so if something forces a reformat such that there might be a loss of information, mark the document with this attribute, so some behavior can report a possible loss of information to the viewer.
 
Method Summary
 java.awt.Rectangle getBbox()
           
 java.awt.Rectangle getIbbox()
          An "ibbox", or initial bbox, holds the absolute coordinates vs relative ones in bboxes.
 

Field Detail

ATTR_REFORMATTED

static final java.lang.String ATTR_REFORMATTED
Some fixed formats, such as OCR, do not report all the ink on the page, so if something forces a reformat such that there might be a loss of information, mark the document with this attribute, so some behavior can report a possible loss of information to the viewer.

See Also:
Constant Field Values
Method Detail

getIbbox

java.awt.Rectangle getIbbox()
An "ibbox", or initial bbox, holds the absolute coordinates vs relative ones in bboxes.


getBbox

java.awt.Rectangle getBbox()

Multivalent API