Interface MathMLGlyphElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node
All Known Implementing Classes:
Mglyph

public interface MathMLGlyphElement extends MathMLPresentationElement
This interface supports the mglyph element .
  • Method Details

    • getAlt

      String getAlt()
      A string giving an alternate name for the character. Represents the mglyph's alt attribute.
      Returns:
      value of the alt attribute.
    • setAlt

      void setAlt(String alt)
      setter for the alt attribute.
      Parameters:
      alt - new value for alt.
      See Also:
    • getFontfamily

      String getFontfamily()
      A string representing the font family.
      Returns:
      value of the fontfamily attribute.
    • setFontfamily

      void setFontfamily(String fontfamily)
      setter for the fontfamily attribute.
      Parameters:
      fontfamily - new value for fontfamily.
      See Also:
    • getIndex

      int getIndex()
      An unsigned integer giving the glyph's position within the font.
      Returns:
      value of the index attribute.
    • setIndex

      void setIndex(int index)
      setter for the index attribute.
      Parameters:
      index - new value for index.
      See Also: