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
All Implemented Interfaces:
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, Element, EventTarget, MathMLAlignGroupElement, MathMLElement, MathMLPresentationElement, Node

public final class Maligngroup extends AbstractInvisibleJEuclidElement implements MathMLAlignGroupElement
This class represents the maligngroup tag.
Version:
$Revision: bc1d5fde7b73 $
See Also:
  • Field Details

  • Constructor Details

    • Maligngroup

      public Maligngroup(String qname, org.apache.batik.dom.AbstractDocument odoc)
      Default constructor. Sets MathML Namespace.
      Parameters:
      qname - Qualified name.
      odoc - Owner Document.
  • Method Details

    • newNode

      protected Node newNode()
      Overrides:
      newNode in class org.apache.batik.dom.GenericElementNS
    • getGroupalign

      public String getGroupalign()
      A string specifying how the alignment group is to be aligned with other alignment groups above or below it. Allowed values are left, right, center, or decimalpoint.
      Specified by:
      getGroupalign in interface MathMLAlignGroupElement
      Returns:
      value of the groupalign attribute.
    • setGroupalign

      public void setGroupalign(String groupalign)
      setter for the groupalign attribute.
      Specified by:
      setGroupalign in interface MathMLAlignGroupElement
      Parameters:
      groupalign - new value for groupalign.
      See Also: