Package net.sourceforge.jeuclid.context
Class InlineLayoutContext
java.lang.Object
net.sourceforge.jeuclid.context.InlineLayoutContext
- All Implemented Interfaces:
LayoutContext
- Version:
- $Revision: 601cf72e95bf $
-
Constructor Summary
ConstructorsConstructorDescriptionInlineLayoutContext(LayoutContext parent) Default Constructor.InlineLayoutContext(LayoutContext parent, boolean increase) Behavior for mfrac. -
Method Summary
-
Constructor Details
-
InlineLayoutContext
Default Constructor.- Parameters:
parent- LayoutContext of parent.
-
InlineLayoutContext
Behavior for mfrac.- Parameters:
parent- LayoutContext of parent.increase- increase scriptlevel if already inline.
-
-
Method Details
-
getParameter
Retrieve a layout parameter.- Specified by:
getParameterin interfaceLayoutContext- Parameters:
which- the parameter to retrieve- Returns:
- current value for this parameter. Please note: Some parameters may be null.
-