Class RectImpl

  • All Implemented Interfaces:
    java.io.Serializable, Rect

    public class RectImpl
    extends java.lang.Object
    implements Rect, java.io.Serializable
    Version:
    $Release$
    Author:
    David Schweinsberg
    See Also:
    Serialized Form
    • Constructor Detail

      • RectImpl

        public RectImpl​(LexicalUnit lu)
        Creates new RectImpl
    • Method Detail

      • getTop

        public CSSPrimitiveValue getTop()
        Description copied from interface: Rect
        This attribute is used for the top of the rect.
        Specified by:
        getTop in interface Rect
      • getRight

        public CSSPrimitiveValue getRight()
        Description copied from interface: Rect
        This attribute is used for the right of the rect.
        Specified by:
        getRight in interface Rect
      • getBottom

        public CSSPrimitiveValue getBottom()
        Description copied from interface: Rect
        This attribute is used for the bottom of the rect.
        Specified by:
        getBottom in interface Rect
      • getLeft

        public CSSPrimitiveValue getLeft()
        Description copied from interface: Rect
        This attribute is used for the left of the rect.
        Specified by:
        getLeft in interface Rect
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object