multivalent.node

Interface Fixed

public interface Fixed

Interface for fixed internal and leaf classes.

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

Field Summary
StringATTR_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
RectanglegetBbox()
RectanglegetIbbox()
An "ibbox", or initial bbox, holds the absolute coordinates vs relative ones in bboxes.

Field Detail

ATTR_REFORMATTED

public 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 Detail

getBbox

public Rectangle getBbox()

getIbbox

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