The DOM node type
The DOM text node type
The DOM document type
The OutputJax type
The Wrapper type
The WrapperFactory type
The WrapperClass type
The CharOptions type
The VariantData type
The DelimiterData type
The FontData type
The FontDataClass type
Protected
_The cached number of linebreaks
The bounding box for this node
Protected
bboxWhether the bounding box has been computed yet
The linebreak style
The children of this node
The DOM tree generated for this wrapper
Value is 1 if this embellished mo is a breakpoint, 0 otherwise
The break style string for this embellished operator
The factory used to create more wrappers
Easy access to the font parameters
True if used as an accent in an munderover construct
Sizes of lines into which the element is broken
The linebreakmultchar used for breaking an invisible times
The parent of this node
Styles that must be handled directly by the wrappers (mostly having to do with fonts)
The font size that a stretched operator uses. If -1, then stretch arbitrarily, and bbox gives the actual height, depth, width
Delimiter data for stretching this node (NOSTRETCH means not yet determined)
The padding and border information from the style attribute
The explicit styles set by the node
The mathvariant for this node
The number of breakpoints in the node
Easy access to the container width
The container width
True if children with percentage widths should be resolved by this container
Easy access to the linebreak options
The linebreak options
Protected
addThe bounding box where left borders are to be added
Protected
addThe bounding box where top and bottom borders are to be added
Protected
addThe bounding box where right borders are to be added
The width to use for linebreaking
The direction to stretch this node
Whether the node can stretch in that direction
Determine the size of the delimiter based on whether full extenders should be used or not.
The requested size of the delimiter
The data for the delimiter
The final size of the assembly
Protected
computeThe bounding box to modify (either this.bbox, or an empty one)
True if we are recomputing due to changes in children that have percentage widths
Protected
computeCompute the bounding box for the i-th line (for when it is not in the cache).
The number of the line whose sizes are to be obtained
The bounding box of the specified segment
Protected
copyThe wrapper for this node's core node
The cumulative relative scaling for an embellised mo's core mo
Protected
createProtected
emA number to be shown in ems
The number with units of ems
Protected
embellishedGet the bounding box for the i-th line of an embellished mo
The line number
The bounding box for that line
Protected
explicitSet the CSS for a token element having an explicit font (rather than regular mathvariant).
The font family to use
The font weight to use
The font style to use
The explicit font marker
Offset to the left by half the actual width of the accent
Protected
getThe alignment and indentation shift for the expression
Protected
getThe total width
The bbox to be aligned
How to align (left, center, right)
The x position of the aligned width
Protected
getThe total height
The total depth
The height to be aligned
The depth to be aligned
How to align (top, bottom, center, axis, baseline)
The y position of the aligned baseline
The [H, D] being requested from the parent mrow
The full height (including symmetry, etc)
The delimiter data for the stretchy character
The height and depth for the vertically stretched delimiter
Return the wrapped node's bounding box, either the cached one, if it exists, or computed directly if not.
Whether to cache the bbox or not (used for stretchy elements)
The computed bounding box
Get the breakstyle of the mo
Optional
linebreak: stringForce style to be the given one
The linebreak style of the node
Optional
bbox: BBoxThe bbox to center, or null to compute the bbox
The offset to move the glyph to center it
The index of the child element whose alignment is needed
The alignment child element
Protected
getGet the bounding box for the i-th line (first and last may be part of a surrounding line). Get the bbox from the lineBBox cache, or compute it, as needed.
The number of the segment whose sizes are to be obtained
The bounding box of the specified segment
Protected
getGet the spacing using MathML rules based on the core MO
Create the mo wrapper for the linebreakmultchar
Return the wrapped node's bounding box that includes borders and padding
Whether to cache the bbox or not (used for stretchy elements)
The computed bounding box
The cumulative relative scale from the root to the current node
Protected
getDetermine the scaling factor to use for this wrapped node, and set the styles for it.
The name of the attribute to get
The default value to use
The size in em's of the attribute (or the default value)
Protected
getSets the spacing based on TeX or MathML algorithm
The [W] or [H, D] being requested from the parent mrow
The full dimension (including symmetry, etc)
The delimiter data for the stretchy character
Determint variant for vertically/horizontally stretched character
Size to stretch to, either [W] or [H, D]
Optional
exact: booleanTrue if not allowed to use delimiter factor and shortfall
Protected
getGather the data about borders and padding from the styles attribute
Protected
getAdd the style attribute, but remove any font-related styles (since these are handled separately by the variant)
Protected
getGet the spacing using the TeX rules
True when this is a top-level embellished operator
True when there is an explicit or inherited 'form' attribute
For a token node, the combined text content of the node's children
The height and depth without linebreaks
The height and depth
Protected
getGet the mathvariant (or construct one, if needed).
Protected
getThe variant in which to look for the character
The number of the character to look up
The full CharData object, with CharOptions guaranteed to be defined
Either [W] for width, [H, D] for height and depth, or [] for min/max size
Either the width or the total height of the character
The index of the child element whose container is needed
The inner width as a container (for percentage widths)
The tag name of the HTML node to be created
The properties to set for the created node
The child nodes for the created HTML node
The generated HTML tree
Mark BBox to be computed again (e.g., when an mo has stretched)
True to invalidate parent BBoxes
Protected
isTrue if this is the top-most container of an embellished operator that is itself an embellished operator (the maximal embellished operator for its core)
Protected
length2emA dimension (giving number and units) or number to be converted to ems
The default size of the dimension (for percentage values)
The current scaling factor (to handle absolute units)
The dimension converted to ems
The text from which to create a TextNode object
The TextNode with the given text
Protected
percentA number to be shown as a percent
The number m as a percent
The indentalign to process
The indentshift to process
The default alignment for 'auto'
The default indentshift for 'auto'
The container width for relative shifts
The alignment and indentation shift (normal and last) for the Mo
Get the (unmodified) bbox of the contents (before centering or setting accents to width 0)
The bbox to fill
Protected
pxA number of em's to be shown as pixels
The minimum number of pixels to allow
The number with units of px
The array of unicode character numbers to remap
The converted array
Set a breakpoint to the given type
Optional
linebreak: stringThe type of linebreak to set
Recursively resolve any percentage widths in the child nodes using the given container width (or the child width, if none was passed). Overriden for mtables in order to compute the width.
True if we are recomputing due to changes in children
The width of the container (from which percentages are computed)
True if pwidth marker is to be cleared
True if a percentage width was found
Protected
unicodeThe text to turn into unicode locations
The name of the variant for the characters
Array of numbers represeting the string's unicode character positions
Optional
data: any
The CommonMo interface