|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MathMLStyleElement
This interface extends the MathMLElement interface for the MathML style element mstyle. While the mstyle element may contain any attributes allowable on any MathML presentation element, only attributes specific to the mstyle element are included in the interface below. Other attributes should be accessed using the methods on the base Element class, particularly the Element::getAttribute and Element::setAttribute methods, or even the Node::attributes attribute to access all of them at once. Not only does this obviate a lengthy list below, but it seems likely that most implementations will find this a considerably more useful interface to a MathMLStyleElement.
Field Summary |
---|
Method Summary | |
---|---|
String |
getBackground()
A string representation of a color or the string transparent; represents the background attribute for the mstyle element, if specified. |
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. |
void |
setBackground(String background)
setter for the background attribute. |
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 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 |
Method Detail |
---|
String getScriptlevel()
void setScriptlevel(String scriptlevel)
scriptlevel
- new value for scriptlevel.getScriptlevel()
String getDisplaystyle()
void setDisplaystyle(String displaystyle)
displaystyle
- new value for displaystyle.getDisplaystyle()
String getScriptsizemultiplier()
void setScriptsizemultiplier(String scriptsizemultiplier)
scriptsizemultiplier
- new value for scriptsizemultiplier.getScriptsizemultiplier()
String getScriptminsize()
void setScriptminsize(String scriptminsize)
scriptminsize
- new value for scriptminsize.getScriptminsize()
String getBackground()
void setBackground(String background)
background
- new value for background.getBackground()
String getVeryverythinmathspace()
void setVeryverythinmathspace(String veryverythinmathspace)
veryverythinmathspace
- new value for veryverythinmathspace.getVeryverythinmathspace()
String getVerythinmathspace()
void setVerythinmathspace(String verythinmathspace)
verythinmathspace
- new value for verythinmathspace.getVerythinmathspace()
String getThinmathspace()
void setThinmathspace(String thinmathspace)
thinmathspace
- new value for thinmathspace.getThinmathspace()
String getMediummathspace()
void setMediummathspace(String mediummathspace)
mediummathspace
- new value for mediummathspace.getMediummathspace()
String getThickmathspace()
void setThickmathspace(String thickmathspace)
thickmathspace
- new value for thickmathspace.getThickmathspace()
String getVerythickmathspace()
void setVerythickmathspace(String verythickmathspace)
verythickmathspace
- new value for verythickmathspace.getVerythickmathspace()
String getVeryverythickmathspace()
void setVeryverythickmathspace(String veryverythickmathspace)
veryverythickmathspace
- new value for veryverythickmathspace.getVeryverythickmathspace()
String getNegativeveryverythinmathspace()
void setNegativeveryverythinmathspace(String negativeveryverythinmathspace)
negativeveryverythinmathspace
- new value for negativeveryverythinmathspace.getNegativeveryverythinmathspace()
String getNegativeverythinmathspace()
void setNegativeverythinmathspace(String negativeverythinmathspace)
negativeverythinmathspace
- new value for negativeverythinmathspace.getNegativeverythinmathspace()
String getNegativethinmathspace()
void setNegativethinmathspace(String negativethinmathspace)
negativethinmathspace
- new value for negativethinmathspace.getNegativethinmathspace()
String getNegativemediummathspace()
void setNegativemediummathspace(String negativemediummathspace)
negativemediummathspace
- new value for negativemediummathspace.getNegativemediummathspace()
String getNegativethickmathspace()
void setNegativethickmathspace(String negativethickmathspace)
negativethickmathspace
- new value for negativethickmathspace.getNegativethickmathspace()
String getNegativeverythickmathspace()
void setNegativeverythickmathspace(String negativeverythickmathspace)
negativeverythickmathspace
- new value for negativeverythickmathspace.getNegativeverythickmathspace()
String getNegativeveryverythickmathspace()
void setNegativeveryverythickmathspace(String negativeveryverythickmathspace)
negativeveryverythickmathspace
- new value for negativeveryverythickmathspace.getNegativeveryverythickmathspace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |