Class RectangleValue

  • All Implemented Interfaces:
    Peer

    public final class RectangleValue
    extends Content
    This class implements the element in the XFA grammar.
    • Constructor Detail

      • RectangleValue

        public RectangleValue​(Element parent,
                              Node prevSibling)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Description copied from class: Content
        Equals is a helper function that returns whether two Contents are equal (case-sensitive, and considering the null state of both nodes).
        Overrides:
        equals in class Content
        Parameters:
        obj - the content node to compare.
        Returns:
        true if the content nodes are equal.
      • hashCode

        public int hashCode()
        Description copied from class: Content
        Returns a hash code value for the object. This method is unsupported.
        Overrides:
        hashCode in class Content