Class InlineLayoutContext

  • All Implemented Interfaces:
    LayoutContext

    public class InlineLayoutContext
    extends java.lang.Object
    implements LayoutContext
    Version:
    $Revision: 601cf72e95bf $
    • Constructor Detail

      • InlineLayoutContext

        public InlineLayoutContext​(LayoutContext parent)
        Default Constructor.
        Parameters:
        parent - LayoutContext of parent.
      • InlineLayoutContext

        public InlineLayoutContext​(LayoutContext parent,
                                   boolean increase)
        Behavior for mfrac.
        Parameters:
        parent - LayoutContext of parent.
        increase - increase scriptlevel if already inline.
    • Method Detail

      • getParameter

        public java.lang.Object getParameter​(Parameter which)
        Retrieve a layout parameter.
        Specified by:
        getParameter in interface LayoutContext
        Parameters:
        which - the parameter to retrieve
        Returns:
        current value for this parameter. Please note: Some parameters may be null.