Class LayoutNodeTypes


  • public final class LayoutNodeTypes
    extends Object
    Bits 0-3 define the general node type. Bits 4-7 define the first sub classification. Bits 8 to 16 define the second level subtype. Bits 16 to 20 define the third level subtype.

    If bit0 is set, the node is not a box If bit1 is set, the node is a renderbox. Bit 2 and 3 are reserved.

    For boxes: If bit 4 is set if the box is a block box. If bit 5 is set if the box is a canvas box. If bit 6 is set if the box is a inline box. If bit 7 is reserved.

    Author:
    Thomas Morgner