net.sourceforge.jeuclid.elements.presentation.general
Class Mstyle

java.lang.Object
  extended by org.apache.batik.dom.AbstractNode
      extended by org.apache.batik.dom.AbstractParentNode
          extended by org.apache.batik.dom.AbstractParentChildNode
              extended by org.apache.batik.dom.AbstractElement
                  extended by org.apache.batik.dom.AbstractElementNS
                      extended by org.apache.batik.dom.GenericElementNS
                          extended by net.sourceforge.jeuclid.elements.AbstractJEuclidElement
                              extended by net.sourceforge.jeuclid.elements.presentation.AbstractContainer
                                  extended by net.sourceforge.jeuclid.elements.presentation.general.Mstyle
All Implemented Interfaces:
Serializable, JEuclidElement, JEuclidNode, LayoutableNode, NodeEventTarget, ExtendedNode, NodeXBL, XBLManagerData, Element, ElementTraversal, EventTarget, MathMLContainer, MathMLElement, MathMLPresentationContainer, MathMLPresentationElement, MathMLStyleElement, 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractElement
AbstractElement.ElementTypeInfo, AbstractElement.Entry, AbstractElement.NamedNodeHashMap
 
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS
 
Field Summary
static String ATTR_DISPLAYSTYLE
          Attribute for displaystyle.
static String ATTR_SCRIPTLEVEL
          Attribute for scriptlevel.
static String ATTR_SCRIPTMINSIZE
          Attribute for scriptminsize.
static String ATTR_SCRIPTSIZEMULTIPLIER
          Attribute for scriptsizemultiplier.
static String ELEMENT
          The 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.GenericElementNS
nodeName, readonly
 
Fields inherited from class org.apache.batik.dom.AbstractElementNS
namespaceURI
 
Fields inherited from class org.apache.batik.dom.AbstractElement
attributes, typeInfo
 
Fields inherited from class org.apache.batik.dom.AbstractParentChildNode
nextSibling, parentNode, previousSibling
 
Fields inherited from class org.apache.batik.dom.AbstractParentNode
childNodes
 
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
Mstyle(String qname, AbstractDocument odoc)
          Default constructor.
 
Method Summary
 String getBackground()
          A string representation of a color or the string transparent; represents the background attribute for the mstyle element, if specified.
 LayoutContext getChildLayoutContext(int childNum, LayoutContext context)
          get the layout context for the given child.
 String getColor()
          
 String getDisplaystyle()
          Either true or false; a string representing the displaystyle attribute for the mstyle element, if specified.
 String getMediummathspace()
          A string of the form number h-unit; represents the mediummathspace attribute for the mstyle element, if specified.
 String getNegativemediummathspace()
          A string of the form number h-unit; represents the negativemediummathspace attribute for the mstyle element, if specified.
 String getNegativethickmathspace()
          A string of the form number h-unit; represents the negativethickmathspace attribute for the mstyle element, if specified.
 String getNegativethinmathspace()
          A string of the form number h-unit; represents the negativethinmathspace attribute for the mstyle element, if specified.
 String getNegativeverythickmathspace()
          A string of the form number h-unit; represents the negativeverythickmathspace attribute for the mstyle element, if specified.
 String getNegativeverythinmathspace()
          A string of the form number h-unit; represents the negativeverythinmathspace attribute for the mstyle element, if specified.
 String getNegativeveryverythickmathspace()
          A string of the form number h-unit; represents the negativeveryverythickmathspace attribute for the mstyle element, if specified.
 String getNegativeveryverythinmathspace()
          A string of the form number h-unit; represents the negativeveryverythinmathspace attribute for the mstyle element, if specified.
 String getScriptlevel()
          A string of the form +/- unsigned integer; represents the scriptlevel attribute for the mstyle element, if specified.
 String getScriptminsize()
          A string of the form number v-unit; represents the scriptminsize attribute for the mstyle element, if specified.
 String getScriptsizemultiplier()
          A string of the form number; represents the scriptsizemultiplier attribute for the mstyle element, if specified.
 String getThickmathspace()
          A string of the form number h-unit; represents the thickmathspace attribute for the mstyle element, if specified.
 String getThinmathspace()
          A string of the form number h-unit; represents the thinmathspace attribute for the mstyle element, if specified.
 String getVerythickmathspace()
          A string of the form number h-unit; represents the verythickmathspace attribute for the mstyle element, if specified.
 String getVerythinmathspace()
          A string of the form number h-unit; represents the verythinmathspace attribute for the mstyle element, if specified.
 String getVeryverythickmathspace()
          A string of the form number h-unit; represents the veryverythickmathspace attribute for the mstyle element, if specified.
 String getVeryverythinmathspace()
          A string of the form number h-unit; represents the veryverythinmathspace attribute for the mstyle element, if specified.
protected  Node newNode()
          
 void setBackground(String background)
          setter for the background attribute.
 void setColor(String color)
          
 void setDisplaystyle(String displaystyle)
          setter for the displaystyle attribute.
 void setMediummathspace(String mediummathspace)
          setter for the mediummathspace attribute.
 void setNegativemediummathspace(String negativemediummathspace)
          setter for the negativemediummathspace attribute.
 void setNegativethickmathspace(String negativethickmathspace)
          setter for the negativethickmathspace attribute.
 void setNegativethinmathspace(String negativethinmathspace)
          setter for the negativethinmathspace attribute.
 void setNegativeverythickmathspace(String negativeverythickmathspace)
          setter for the negativeverythickmathspace attribute.
 void setNegativeverythinmathspace(String negativeverythinmathspace)
          setter for the negativeverythinmathspace attribute.
 void setNegativeveryverythickmathspace(String negativeveryverythickmathspace)
          setter for the negativeveryverythickmathspace attribute.
 void setNegativeveryverythinmathspace(String negativeveryverythinmathspace)
          setter for the negativeveryverythinmathspace attribute.
 void setScriptlevel(String scriptlevel)
          setter for the scriptlevel attribute.
 void setScriptminsize(String scriptminsize)
          setter for the scriptminsize attribute.
 void setScriptsizemultiplier(String scriptsizemultiplier)
          setter for the scriptsizemultiplier attribute.
 void setThickmathspace(String thickmathspace)
          setter for the thickmathspace attribute.
 void setThinmathspace(String thinmathspace)
          setter for the thinmathspace attribute.
 void setVerythickmathspace(String verythickmathspace)
          setter for the verythickmathspace attribute.
 void setVerythinmathspace(String verythinmathspace)
          setter for the verythinmathspace attribute.
 void setVeryverythickmathspace(String veryverythickmathspace)
          setter for the veryverythickmathspace attribute.
 void setVeryverythinmathspace(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.AbstractElementNS
getNamespaceURI
 
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.mathml.MathMLElement
getClassName, getHref, getId, getMathElementStyle, getOwnerMathElement, getXref, setClassName, setHref, setId, setMathElementStyle, setXref
 
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.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
 
Methods inherited from interface org.w3c.dom.mathml.MathMLContainer
deleteArgument, deleteDeclaration, getArgument, getArguments, getDeclaration, getDeclarations, getNArguments, insertArgument, insertDeclaration, removeArgument, removeDeclaration, setArgument, setDeclaration
 

Field Detail

ATTR_SCRIPTMINSIZE

public static final String ATTR_SCRIPTMINSIZE
Attribute for scriptminsize.

See Also:
Constant Field Values

ATTR_SCRIPTLEVEL

public static final String ATTR_SCRIPTLEVEL
Attribute for scriptlevel.

See Also:
Constant Field Values

ATTR_SCRIPTSIZEMULTIPLIER

public static final String ATTR_SCRIPTSIZEMULTIPLIER
Attribute for scriptsizemultiplier.

See Also:
Constant Field Values

ATTR_DISPLAYSTYLE

public static final String ATTR_DISPLAYSTYLE
Attribute for displaystyle.

See Also:
Constant Field Values

ELEMENT

public static final String ELEMENT
The XML element from this class.

See Also:
Constant Field Values
Constructor Detail

Mstyle

public Mstyle(String qname,
              AbstractDocument odoc)
Default constructor. Sets MathML Namespace.

Parameters:
qname - Qualified name.
odoc - Owner Document.
Method Detail

newNode

protected Node newNode()

Overrides:
newNode in class GenericElementNS

getScriptlevel

public String getScriptlevel()
Description copied from interface: MathMLStyleElement
A 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:
getScriptlevel in interface MathMLStyleElement
Returns:
Script level

setScriptlevel

public void setScriptlevel(String scriptlevel)
Description copied from interface: MathMLStyleElement
setter for the scriptlevel attribute.

Specified by:
setScriptlevel in interface MathMLStyleElement
Parameters:
scriptlevel - script level
See Also:
MathMLStyleElement.getScriptlevel()

getScriptminsize

public String getScriptminsize()
Description copied from interface: MathMLStyleElement
A 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:
getScriptminsize in interface MathMLStyleElement
Returns:
Minimum of script size

setScriptminsize

public void setScriptminsize(String scriptminsize)
Description copied from interface: MathMLStyleElement
setter for the scriptminsize attribute.

Specified by:
setScriptminsize in interface MathMLStyleElement
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:
getChildLayoutContext in interface JEuclidNode
Overrides:
getChildLayoutContext in class AbstractJEuclidElement
Parameters:
childNum - 0-based number of the child to check.
context - external context.
Returns:
layout context to use.

getBackground

public 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:
getBackground in interface MathMLStyleElement
Returns:
value of the background attribute.

getColor

public String getColor()


getDisplaystyle

public 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:
getDisplaystyle in interface MathMLStyleElement
Returns:
value of the displaystyle attribute.

getScriptsizemultiplier

public 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:
getScriptsizemultiplier in interface MathMLStyleElement
Returns:
value of the scriptsizemultiplier attribute.

setBackground

public void setBackground(String background)
setter for the background attribute.

Specified by:
setBackground in interface MathMLStyleElement
Parameters:
background - new value for background.
See Also:
MathMLStyleElement.getBackground()

setColor

public void setColor(String color)


setDisplaystyle

public void setDisplaystyle(String displaystyle)
setter for the displaystyle attribute.

Specified by:
setDisplaystyle in interface MathMLStyleElement
Parameters:
displaystyle - new value for displaystyle.
See Also:
MathMLStyleElement.getDisplaystyle()

setScriptsizemultiplier

public void setScriptsizemultiplier(String scriptsizemultiplier)
setter for the scriptsizemultiplier attribute.

Specified by:
setScriptsizemultiplier in interface MathMLStyleElement
Parameters:
scriptsizemultiplier - new value for scriptsizemultiplier.
See Also:
MathMLStyleElement.getScriptsizemultiplier()

getMediummathspace

public 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:
getMediummathspace in interface MathMLStyleElement
Returns:
value of the mediummathspace attribute.

getNegativemediummathspace

public 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:
getNegativemediummathspace in interface MathMLStyleElement
Returns:
value of the negativemediummathspace attribute.

getNegativethickmathspace

public 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:
getNegativethickmathspace in interface MathMLStyleElement
Returns:
value of the negativethickmathspace attribute.

getNegativethinmathspace

public 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:
getNegativethinmathspace in interface MathMLStyleElement
Returns:
value of the negativethinmathspace attribute.

getNegativeverythickmathspace

public 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:
getNegativeverythickmathspace in interface MathMLStyleElement
Returns:
value of the negativeverythickmathspace attribute.

getNegativeverythinmathspace

public 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:
getNegativeverythinmathspace in interface MathMLStyleElement
Returns:
value of the negativeverythinmathspace attribute.

getNegativeveryverythickmathspace

public 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:
getNegativeveryverythickmathspace in interface MathMLStyleElement
Returns:
value of the negativeveryverythickmathspace attribute.

getNegativeveryverythinmathspace

public 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:
getNegativeveryverythinmathspace in interface MathMLStyleElement
Returns:
value of the negativeveryverythinmathspace attribute.

getThickmathspace

public 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:
getThickmathspace in interface MathMLStyleElement
Returns:
value of the thickmathspace attribute.

getThinmathspace

public 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:
getThinmathspace in interface MathMLStyleElement
Returns:
value of the thinmathspace attribute.

getVerythickmathspace

public 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:
getVerythickmathspace in interface MathMLStyleElement
Returns:
value of the verythickmathspace attribute.

getVerythinmathspace

public 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:
getVerythinmathspace in interface MathMLStyleElement
Returns:
value of the verythinmathspace attribute.

getVeryverythickmathspace

public 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:
getVeryverythickmathspace in interface MathMLStyleElement
Returns:
value of the veryverythickmathspace attribute.

getVeryverythinmathspace

public 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:
getVeryverythinmathspace in interface MathMLStyleElement
Returns:
value of the veryverythinmathspace attribute.

setMediummathspace

public void setMediummathspace(String mediummathspace)
setter for the mediummathspace attribute.

Specified by:
setMediummathspace in interface MathMLStyleElement
Parameters:
mediummathspace - new value for mediummathspace.
See Also:
MathMLStyleElement.getMediummathspace()

setNegativemediummathspace

public void setNegativemediummathspace(String negativemediummathspace)
setter for the negativemediummathspace attribute.

Specified by:
setNegativemediummathspace in interface MathMLStyleElement
Parameters:
negativemediummathspace - new value for negativemediummathspace.
See Also:
MathMLStyleElement.getNegativemediummathspace()

setNegativethickmathspace

public void setNegativethickmathspace(String negativethickmathspace)
setter for the negativethickmathspace attribute.

Specified by:
setNegativethickmathspace in interface MathMLStyleElement
Parameters:
negativethickmathspace - new value for negativethickmathspace.
See Also:
MathMLStyleElement.getNegativethickmathspace()

setNegativethinmathspace

public void setNegativethinmathspace(String negativethinmathspace)
setter for the negativethinmathspace attribute.

Specified by:
setNegativethinmathspace in interface MathMLStyleElement
Parameters:
negativethinmathspace - new value for negativethinmathspace.
See Also:
MathMLStyleElement.getNegativethinmathspace()

setNegativeverythickmathspace

public void setNegativeverythickmathspace(String negativeverythickmathspace)
setter for the negativeverythickmathspace attribute.

Specified by:
setNegativeverythickmathspace in interface MathMLStyleElement
Parameters:
negativeverythickmathspace - new value for negativeverythickmathspace.
See Also:
MathMLStyleElement.getNegativeverythickmathspace()

setNegativeverythinmathspace

public void setNegativeverythinmathspace(String negativeverythinmathspace)
setter for the negativeverythinmathspace attribute.

Specified by:
setNegativeverythinmathspace in interface MathMLStyleElement
Parameters:
negativeverythinmathspace - new value for negativeverythinmathspace.
See Also:
MathMLStyleElement.getNegativeverythinmathspace()

setNegativeveryverythickmathspace

public void setNegativeveryverythickmathspace(String negativeveryverythickmathspace)
setter for the negativeveryverythickmathspace attribute.

Specified by:
setNegativeveryverythickmathspace in interface MathMLStyleElement
Parameters:
negativeveryverythickmathspace - new value for negativeveryverythickmathspace.
See Also:
MathMLStyleElement.getNegativeveryverythickmathspace()

setNegativeveryverythinmathspace

public void setNegativeveryverythinmathspace(String negativeveryverythinmathspace)
setter for the negativeveryverythinmathspace attribute.

Specified by:
setNegativeveryverythinmathspace in interface MathMLStyleElement
Parameters:
negativeveryverythinmathspace - new value for negativeveryverythinmathspace.
See Also:
MathMLStyleElement.getNegativeveryverythinmathspace()

setThickmathspace

public void setThickmathspace(String thickmathspace)
setter for the thickmathspace attribute.

Specified by:
setThickmathspace in interface MathMLStyleElement
Parameters:
thickmathspace - new value for thickmathspace.
See Also:
MathMLStyleElement.getThickmathspace()

setThinmathspace

public void setThinmathspace(String thinmathspace)
setter for the thinmathspace attribute.

Specified by:
setThinmathspace in interface MathMLStyleElement
Parameters:
thinmathspace - new value for thinmathspace.
See Also:
MathMLStyleElement.getThinmathspace()

setVerythickmathspace

public void setVerythickmathspace(String verythickmathspace)
setter for the verythickmathspace attribute.

Specified by:
setVerythickmathspace in interface MathMLStyleElement
Parameters:
verythickmathspace - new value for verythickmathspace.
See Also:
MathMLStyleElement.getVerythickmathspace()

setVerythinmathspace

public void setVerythinmathspace(String verythinmathspace)
setter for the verythinmathspace attribute.

Specified by:
setVerythinmathspace in interface MathMLStyleElement
Parameters:
verythinmathspace - new value for verythinmathspace.
See Also:
MathMLStyleElement.getVerythinmathspace()

setVeryverythickmathspace

public void setVeryverythickmathspace(String veryverythickmathspace)
setter for the veryverythickmathspace attribute.

Specified by:
setVeryverythickmathspace in interface MathMLStyleElement
Parameters:
veryverythickmathspace - new value for veryverythickmathspace.
See Also:
MathMLStyleElement.getVeryverythickmathspace()

setVeryverythinmathspace

public void setVeryverythinmathspace(String veryverythinmathspace)
setter for the veryverythinmathspace attribute.

Specified by:
setVeryverythinmathspace in interface MathMLStyleElement
Parameters:
veryverythinmathspace - new value for veryverythinmathspace.
See Also:
MathMLStyleElement.getVeryverythinmathspace()


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.