Class Mstyle
- java.lang.Object
-
- org.apache.batik.dom.AbstractNode
-
- org.apache.batik.dom.AbstractParentNode
-
- org.apache.batik.dom.AbstractParentChildNode
-
- org.apache.batik.dom.AbstractElement
-
- org.apache.batik.dom.AbstractElementNS
-
- org.apache.batik.dom.GenericElementNS
-
- net.sourceforge.jeuclid.elements.AbstractJEuclidElement
-
- net.sourceforge.jeuclid.elements.presentation.AbstractContainer
-
- net.sourceforge.jeuclid.elements.presentation.general.Mstyle
-
- All Implemented Interfaces:
java.io.Serializable,JEuclidElement,JEuclidNode,LayoutableNode,org.apache.batik.dom.events.NodeEventTarget,org.apache.batik.dom.ExtendedNode,org.apache.batik.dom.xbl.NodeXBL,org.apache.batik.dom.xbl.XBLManagerData,org.apache.batik.w3c.dom.ElementTraversal,org.w3c.dom.Element,org.w3c.dom.events.EventTarget,MathMLContainer,MathMLElement,MathMLPresentationContainer,MathMLPresentationElement,MathMLStyleElement,org.w3c.dom.Node
public final class Mstyle extends AbstractContainer implements MathMLStyleElement
This class arrange an element lower to an other element.- Version:
- $Revision: bc1d5fde7b73 $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTR_DISPLAYSTYLEAttribute for displaystyle.static java.lang.StringATTR_SCRIPTLEVELAttribute for scriptlevel.static java.lang.StringATTR_SCRIPTMINSIZEAttribute for scriptminsize.static java.lang.StringATTR_SCRIPTSIZEMULTIPLIERAttribute for scriptsizemultiplier.static java.lang.StringELEMENTThe XML element from this class.-
Fields inherited from class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
ATTR_CLASS, ATTR_DEPRECATED_BACKGROUND, ATTR_DEPRECATED_COLOR, ATTR_DEPRECATED_FONTFAMILY, ATTR_DEPRECATED_FONTSIZE, ATTR_DEPRECATED_FONTSTYLE, ATTR_DEPRECATED_FONTWEIGHT, ATTR_HREF, ATTR_ID, ATTR_MATHBACKGROUND, ATTR_MATHCOLOR, ATTR_MATHSIZE, ATTR_MATHVARIANT, ATTR_STYLE, ATTR_XREF, TRIVIAL_SPACE_MAX, URI
-
Fields inherited from class org.apache.batik.dom.AbstractParentChildNode
nextSibling, parentNode, previousSibling
-
Fields inherited from class org.apache.batik.dom.AbstractNode
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Constructor Summary
Constructors Constructor Description Mstyle(java.lang.String qname, org.apache.batik.dom.AbstractDocument odoc)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBackground()A string representation of a color or the string transparent; represents the background attribute for the mstyle element, if specified.LayoutContextgetChildLayoutContext(int childNum, LayoutContext context)get the layout context for the given child.java.lang.StringgetColor()java.lang.StringgetDisplaystyle()Either true or false; a string representing the displaystyle attribute for the mstyle element, if specified.java.lang.StringgetMediummathspace()A string of the form number h-unit; represents the mediummathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativemediummathspace()A string of the form number h-unit; represents the negativemediummathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativethickmathspace()A string of the form number h-unit; represents the negativethickmathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativethinmathspace()A string of the form number h-unit; represents the negativethinmathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativeverythickmathspace()A string of the form number h-unit; represents the negativeverythickmathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativeverythinmathspace()A string of the form number h-unit; represents the negativeverythinmathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativeveryverythickmathspace()A string of the form number h-unit; represents the negativeveryverythickmathspace attribute for the mstyle element, if specified.java.lang.StringgetNegativeveryverythinmathspace()A string of the form number h-unit; represents the negativeveryverythinmathspace attribute for the mstyle element, if specified.java.lang.StringgetScriptlevel()A string of the form +/- unsigned integer; represents the scriptlevel attribute for the mstyle element, if specified.java.lang.StringgetScriptminsize()A string of the form number v-unit; represents the scriptminsize attribute for the mstyle element, if specified.java.lang.StringgetScriptsizemultiplier()A string of the form number; represents the scriptsizemultiplier attribute for the mstyle element, if specified.java.lang.StringgetThickmathspace()A string of the form number h-unit; represents the thickmathspace attribute for the mstyle element, if specified.java.lang.StringgetThinmathspace()A string of the form number h-unit; represents the thinmathspace attribute for the mstyle element, if specified.java.lang.StringgetVerythickmathspace()A string of the form number h-unit; represents the verythickmathspace attribute for the mstyle element, if specified.java.lang.StringgetVerythinmathspace()A string of the form number h-unit; represents the verythinmathspace attribute for the mstyle element, if specified.java.lang.StringgetVeryverythickmathspace()A string of the form number h-unit; represents the veryverythickmathspace attribute for the mstyle element, if specified.java.lang.StringgetVeryverythinmathspace()A string of the form number h-unit; represents the veryverythinmathspace attribute for the mstyle element, if specified.protected org.w3c.dom.NodenewNode()voidsetBackground(java.lang.String background)setter for the background attribute.voidsetColor(java.lang.String color)voidsetDisplaystyle(java.lang.String displaystyle)setter for the displaystyle attribute.voidsetMediummathspace(java.lang.String mediummathspace)setter for the mediummathspace attribute.voidsetNegativemediummathspace(java.lang.String negativemediummathspace)setter for the negativemediummathspace attribute.voidsetNegativethickmathspace(java.lang.String negativethickmathspace)setter for the negativethickmathspace attribute.voidsetNegativethinmathspace(java.lang.String negativethinmathspace)setter for the negativethinmathspace attribute.voidsetNegativeverythickmathspace(java.lang.String negativeverythickmathspace)setter for the negativeverythickmathspace attribute.voidsetNegativeverythinmathspace(java.lang.String negativeverythinmathspace)setter for the negativeverythinmathspace attribute.voidsetNegativeveryverythickmathspace(java.lang.String negativeveryverythickmathspace)setter for the negativeveryverythickmathspace attribute.voidsetNegativeveryverythinmathspace(java.lang.String negativeveryverythinmathspace)setter for the negativeveryverythinmathspace attribute.voidsetScriptlevel(java.lang.String scriptlevel)setter for the scriptlevel attribute.voidsetScriptminsize(java.lang.String scriptminsize)setter for the scriptminsize attribute.voidsetScriptsizemultiplier(java.lang.String scriptsizemultiplier)setter for the scriptsizemultiplier attribute.voidsetThickmathspace(java.lang.String thickmathspace)setter for the thickmathspace attribute.voidsetThinmathspace(java.lang.String thinmathspace)setter for the thinmathspace attribute.voidsetVerythickmathspace(java.lang.String verythickmathspace)setter for the verythickmathspace attribute.voidsetVerythinmathspace(java.lang.String verythinmathspace)setter for the verythinmathspace attribute.voidsetVeryverythickmathspace(java.lang.String veryverythickmathspace)setter for the veryverythickmathspace attribute.voidsetVeryverythinmathspace(java.lang.String veryverythinmathspace)setter for the veryverythinmathspace attribute.-
Methods inherited from class net.sourceforge.jeuclid.elements.presentation.AbstractContainer
deleteArgument, deleteDeclaration, getArgument, getArguments, getDeclaration, getDeclarations, getNArguments, insertArgument, insertDeclaration, removeArgument, removeDeclaration, setArgument, setDeclaration
-
Methods inherited from class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
addMathElement, applyLocalAttributesToContext, changeHook, dispatchEvent, getChildrenToDraw, getChildrenToLayout, getClassName, getContents, getFont, getFontMetrics, getHref, getId, getIndexOfMathElement, getMathAttribute, getMathAttribute, getMathbackground, getMathcolor, getMathElement, getMathElementCount, getMathElementStyle, getMathsize, getMathvariant, getMathvariantAsVariant, getMiddleShift, getOwnerMathElement, getParent, getText, getXref, hasChildPostscripts, hasChildPrescripts, layoutStage1, layoutStage2, layoutStageInvariant, setClassName, setDefaultMathAttribute, setFakeParent, setHref, setId, setMathbackground, setMathcolor, setMathElement, setMathElementStyle, setMathsize, setMathvariant, setXref
-
Methods inherited from class org.apache.batik.dom.GenericElementNS
copyInto, deepCopyInto, deepExport, export, getNodeName, isReadonly, setNodeName, setReadonly
-
Methods inherited from class org.apache.batik.dom.AbstractElement
attrAdded, attrModified, attrRemoved, checkChildType, createAttributes, fireDOMAttrModifiedEvent, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getFirstElementChild, getIdAttribute, getLastElementChild, getNextElementSibling, getNodeType, getPreviousElementSibling, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, hasAttributes, nodeAdded, nodeToBeRemoved, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
-
Methods inherited from class org.apache.batik.dom.AbstractParentChildNode
getNextSibling, getParentNode, getPreviousSibling, setNextSibling, setParentNode, setPreviousSibling
-
Methods inherited from class org.apache.batik.dom.AbstractParentNode
appendChild, checkAndRemove, fireDOMNodeInsertedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedEvent, fireDOMNodeRemovedFromDocumentEvent, fireDOMSubtreeModifiedEvent, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getTextContent, hasChildNodes, insertBefore, removeChild, replaceChild
-
Methods inherited from class org.apache.batik.dom.AbstractNode
addEventListener, addEventListenerNS, cloneNode, compareDocumentPosition, compareNamedNodeMaps, compareStrings, createDOMException, fireDOMCharacterDataModifiedEvent, fireUserDataHandlers, getBaseURI, getBaseURI, getCascadedXMLBase, getCurrentDocument, getEventSupport, getFeature, getLocalName, getManagerData, getNodeValue, getOwnerDocument, getParentNodeEventTarget, getPrefix, getUserData, getXblBoundElement, getXblChildNodes, getXblDefinitions, getXblFirstChild, getXblFirstElementChild, getXblLastChild, getXblLastElementChild, getXblNextElementSibling, getXblNextSibling, getXblParentNode, getXblPreviousElementSibling, getXblPreviousSibling, getXblScopedChildNodes, getXblShadowTree, hasEventListenerNS, initializeEventSupport, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespacePrefix, lookupNamespaceURI, lookupPrefix, removeEventListener, removeEventListenerNS, setManagerData, setNodeValue, setOwnerDocument, setPrefix, setSpecified, setTextContent, setUserData, willTriggerNS
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
-
Methods inherited from interface org.w3c.dom.mathml.MathMLContainer
deleteArgument, deleteDeclaration, getArgument, getArguments, getDeclaration, getDeclarations, getNArguments, insertArgument, insertDeclaration, removeArgument, removeDeclaration, setArgument, setDeclaration
-
Methods inherited from interface org.w3c.dom.mathml.MathMLElement
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXref
-
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
-
-
-
-
Field Detail
-
ATTR_SCRIPTMINSIZE
public static final java.lang.String ATTR_SCRIPTMINSIZE
Attribute for scriptminsize.- See Also:
- Constant Field Values
-
ATTR_SCRIPTLEVEL
public static final java.lang.String ATTR_SCRIPTLEVEL
Attribute for scriptlevel.- See Also:
- Constant Field Values
-
ATTR_SCRIPTSIZEMULTIPLIER
public static final java.lang.String ATTR_SCRIPTSIZEMULTIPLIER
Attribute for scriptsizemultiplier.- See Also:
- Constant Field Values
-
ATTR_DISPLAYSTYLE
public static final java.lang.String ATTR_DISPLAYSTYLE
Attribute for displaystyle.- See Also:
- Constant Field Values
-
ELEMENT
public static final java.lang.String ELEMENT
The XML element from this class.- See Also:
- Constant Field Values
-
-
Method Detail
-
newNode
protected org.w3c.dom.Node newNode()
- Overrides:
newNodein classorg.apache.batik.dom.GenericElementNS
-
getScriptlevel
public java.lang.String getScriptlevel()
Description copied from interface:MathMLStyleElementA string of the form +/- unsigned integer; represents the scriptlevel attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getScriptlevelin interfaceMathMLStyleElement- Returns:
- Script level
-
setScriptlevel
public void setScriptlevel(java.lang.String scriptlevel)
Description copied from interface:MathMLStyleElementsetter for the scriptlevel attribute.- Specified by:
setScriptlevelin interfaceMathMLStyleElement- Parameters:
scriptlevel- script level- See Also:
MathMLStyleElement.getScriptlevel()
-
getScriptminsize
public java.lang.String getScriptminsize()
Description copied from interface:MathMLStyleElementA string of the form number v-unit; represents the scriptminsize attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getScriptminsizein interfaceMathMLStyleElement- Returns:
- Minimum of script size
-
setScriptminsize
public void setScriptminsize(java.lang.String scriptminsize)
Description copied from interface:MathMLStyleElementsetter for the scriptminsize attribute.- Specified by:
setScriptminsizein interfaceMathMLStyleElement- Parameters:
scriptminsize- Minimum of script size- See Also:
MathMLStyleElement.getScriptminsize()
-
getChildLayoutContext
public LayoutContext getChildLayoutContext(int childNum, LayoutContext context)
get the layout context for the given child.- Specified by:
getChildLayoutContextin interfaceJEuclidNode- Overrides:
getChildLayoutContextin classAbstractJEuclidElement- Parameters:
childNum- 0-based number of the child to check.context- external context.- Returns:
- layout context to use.
-
getBackground
public java.lang.String getBackground()
A string representation of a color or the string transparent; represents the background attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getBackgroundin interfaceMathMLStyleElement- Returns:
- value of the background attribute.
-
getColor
public java.lang.String getColor()
-
getDisplaystyle
public java.lang.String getDisplaystyle()
Either true or false; a string representing the displaystyle attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getDisplaystylein interfaceMathMLStyleElement- Returns:
- value of the displaystyle attribute.
-
getScriptsizemultiplier
public java.lang.String getScriptsizemultiplier()
A string of the form number; represents the scriptsizemultiplier attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getScriptsizemultiplierin interfaceMathMLStyleElement- Returns:
- value of the scriptsizemultiplier attribute.
-
setBackground
public void setBackground(java.lang.String background)
setter for the background attribute.- Specified by:
setBackgroundin interfaceMathMLStyleElement- Parameters:
background- new value for background.- See Also:
MathMLStyleElement.getBackground()
-
setColor
public void setColor(java.lang.String color)
-
setDisplaystyle
public void setDisplaystyle(java.lang.String displaystyle)
setter for the displaystyle attribute.- Specified by:
setDisplaystylein interfaceMathMLStyleElement- Parameters:
displaystyle- new value for displaystyle.- See Also:
MathMLStyleElement.getDisplaystyle()
-
setScriptsizemultiplier
public void setScriptsizemultiplier(java.lang.String scriptsizemultiplier)
setter for the scriptsizemultiplier attribute.- Specified by:
setScriptsizemultiplierin interfaceMathMLStyleElement- Parameters:
scriptsizemultiplier- new value for scriptsizemultiplier.- See Also:
MathMLStyleElement.getScriptsizemultiplier()
-
getMediummathspace
public java.lang.String getMediummathspace()
A string of the form number h-unit; represents the mediummathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getMediummathspacein interfaceMathMLStyleElement- Returns:
- value of the mediummathspace attribute.
-
getNegativemediummathspace
public java.lang.String getNegativemediummathspace()
A string of the form number h-unit; represents the negativemediummathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativemediummathspacein interfaceMathMLStyleElement- Returns:
- value of the negativemediummathspace attribute.
-
getNegativethickmathspace
public java.lang.String getNegativethickmathspace()
A string of the form number h-unit; represents the negativethickmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativethickmathspacein interfaceMathMLStyleElement- Returns:
- value of the negativethickmathspace attribute.
-
getNegativethinmathspace
public java.lang.String getNegativethinmathspace()
A string of the form number h-unit; represents the negativethinmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativethinmathspacein interfaceMathMLStyleElement- Returns:
- value of the negativethinmathspace attribute.
-
getNegativeverythickmathspace
public java.lang.String getNegativeverythickmathspace()
A string of the form number h-unit; represents the negativeverythickmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativeverythickmathspacein interfaceMathMLStyleElement- Returns:
- value of the negativeverythickmathspace attribute.
-
getNegativeverythinmathspace
public java.lang.String getNegativeverythinmathspace()
A string of the form number h-unit; represents the negativeverythinmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativeverythinmathspacein interfaceMathMLStyleElement- Returns:
- value of the negativeverythinmathspace attribute.
-
getNegativeveryverythickmathspace
public java.lang.String getNegativeveryverythickmathspace()
A string of the form number h-unit; represents the negativeveryverythickmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativeveryverythickmathspacein interfaceMathMLStyleElement- Returns:
- value of the negativeveryverythickmathspace attribute.
-
getNegativeveryverythinmathspace
public java.lang.String getNegativeveryverythinmathspace()
A string of the form number h-unit; represents the negativeveryverythinmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getNegativeveryverythinmathspacein interfaceMathMLStyleElement- Returns:
- value of the negativeveryverythinmathspace attribute.
-
getThickmathspace
public java.lang.String getThickmathspace()
A string of the form number h-unit; represents the thickmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getThickmathspacein interfaceMathMLStyleElement- Returns:
- value of the thickmathspace attribute.
-
getThinmathspace
public java.lang.String getThinmathspace()
A string of the form number h-unit; represents the thinmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getThinmathspacein interfaceMathMLStyleElement- Returns:
- value of the thinmathspace attribute.
-
getVerythickmathspace
public java.lang.String getVerythickmathspace()
A string of the form number h-unit; represents the verythickmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getVerythickmathspacein interfaceMathMLStyleElement- Returns:
- value of the verythickmathspace attribute.
-
getVerythinmathspace
public java.lang.String getVerythinmathspace()
A string of the form number h-unit; represents the verythinmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getVerythinmathspacein interfaceMathMLStyleElement- Returns:
- value of the verythinmathspace attribute.
-
getVeryverythickmathspace
public java.lang.String getVeryverythickmathspace()
A string of the form number h-unit; represents the veryverythickmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getVeryverythickmathspacein interfaceMathMLStyleElement- Returns:
- value of the veryverythickmathspace attribute.
-
getVeryverythinmathspace
public java.lang.String getVeryverythinmathspace()
A string of the form number h-unit; represents the veryverythinmathspace attribute for the mstyle element, if specified. See also the discussion of this attribute.- Specified by:
getVeryverythinmathspacein interfaceMathMLStyleElement- Returns:
- value of the veryverythinmathspace attribute.
-
setMediummathspace
public void setMediummathspace(java.lang.String mediummathspace)
setter for the mediummathspace attribute.- Specified by:
setMediummathspacein interfaceMathMLStyleElement- Parameters:
mediummathspace- new value for mediummathspace.- See Also:
MathMLStyleElement.getMediummathspace()
-
setNegativemediummathspace
public void setNegativemediummathspace(java.lang.String negativemediummathspace)
setter for the negativemediummathspace attribute.- Specified by:
setNegativemediummathspacein interfaceMathMLStyleElement- Parameters:
negativemediummathspace- new value for negativemediummathspace.- See Also:
MathMLStyleElement.getNegativemediummathspace()
-
setNegativethickmathspace
public void setNegativethickmathspace(java.lang.String negativethickmathspace)
setter for the negativethickmathspace attribute.- Specified by:
setNegativethickmathspacein interfaceMathMLStyleElement- Parameters:
negativethickmathspace- new value for negativethickmathspace.- See Also:
MathMLStyleElement.getNegativethickmathspace()
-
setNegativethinmathspace
public void setNegativethinmathspace(java.lang.String negativethinmathspace)
setter for the negativethinmathspace attribute.- Specified by:
setNegativethinmathspacein interfaceMathMLStyleElement- Parameters:
negativethinmathspace- new value for negativethinmathspace.- See Also:
MathMLStyleElement.getNegativethinmathspace()
-
setNegativeverythickmathspace
public void setNegativeverythickmathspace(java.lang.String negativeverythickmathspace)
setter for the negativeverythickmathspace attribute.- Specified by:
setNegativeverythickmathspacein interfaceMathMLStyleElement- Parameters:
negativeverythickmathspace- new value for negativeverythickmathspace.- See Also:
MathMLStyleElement.getNegativeverythickmathspace()
-
setNegativeverythinmathspace
public void setNegativeverythinmathspace(java.lang.String negativeverythinmathspace)
setter for the negativeverythinmathspace attribute.- Specified by:
setNegativeverythinmathspacein interfaceMathMLStyleElement- Parameters:
negativeverythinmathspace- new value for negativeverythinmathspace.- See Also:
MathMLStyleElement.getNegativeverythinmathspace()
-
setNegativeveryverythickmathspace
public void setNegativeveryverythickmathspace(java.lang.String negativeveryverythickmathspace)
setter for the negativeveryverythickmathspace attribute.- Specified by:
setNegativeveryverythickmathspacein interfaceMathMLStyleElement- Parameters:
negativeveryverythickmathspace- new value for negativeveryverythickmathspace.- See Also:
MathMLStyleElement.getNegativeveryverythickmathspace()
-
setNegativeveryverythinmathspace
public void setNegativeveryverythinmathspace(java.lang.String negativeveryverythinmathspace)
setter for the negativeveryverythinmathspace attribute.- Specified by:
setNegativeveryverythinmathspacein interfaceMathMLStyleElement- Parameters:
negativeveryverythinmathspace- new value for negativeveryverythinmathspace.- See Also:
MathMLStyleElement.getNegativeveryverythinmathspace()
-
setThickmathspace
public void setThickmathspace(java.lang.String thickmathspace)
setter for the thickmathspace attribute.- Specified by:
setThickmathspacein interfaceMathMLStyleElement- Parameters:
thickmathspace- new value for thickmathspace.- See Also:
MathMLStyleElement.getThickmathspace()
-
setThinmathspace
public void setThinmathspace(java.lang.String thinmathspace)
setter for the thinmathspace attribute.- Specified by:
setThinmathspacein interfaceMathMLStyleElement- Parameters:
thinmathspace- new value for thinmathspace.- See Also:
MathMLStyleElement.getThinmathspace()
-
setVerythickmathspace
public void setVerythickmathspace(java.lang.String verythickmathspace)
setter for the verythickmathspace attribute.- Specified by:
setVerythickmathspacein interfaceMathMLStyleElement- Parameters:
verythickmathspace- new value for verythickmathspace.- See Also:
MathMLStyleElement.getVerythickmathspace()
-
setVerythinmathspace
public void setVerythinmathspace(java.lang.String verythinmathspace)
setter for the verythinmathspace attribute.- Specified by:
setVerythinmathspacein interfaceMathMLStyleElement- Parameters:
verythinmathspace- new value for verythinmathspace.- See Also:
MathMLStyleElement.getVerythinmathspace()
-
setVeryverythickmathspace
public void setVeryverythickmathspace(java.lang.String veryverythickmathspace)
setter for the veryverythickmathspace attribute.- Specified by:
setVeryverythickmathspacein interfaceMathMLStyleElement- Parameters:
veryverythickmathspace- new value for veryverythickmathspace.- See Also:
MathMLStyleElement.getVeryverythickmathspace()
-
setVeryverythinmathspace
public void setVeryverythinmathspace(java.lang.String veryverythinmathspace)
setter for the veryverythinmathspace attribute.- Specified by:
setVeryverythinmathspacein interfaceMathMLStyleElement- Parameters:
veryverythinmathspace- new value for veryverythinmathspace.- See Also:
MathMLStyleElement.getVeryverythinmathspace()
-
-