Class AbstractRectSpec

    • Field Detail

      • m_fTop

        protected final float m_fTop
      • m_fRight

        protected final float m_fRight
      • m_fBottom

        protected final float m_fBottom
      • m_fLeft

        protected final float m_fLeft
    • Constructor Detail

      • AbstractRectSpec

        public AbstractRectSpec​(float fTop,
                                float fRight,
                                float fBottom,
                                float fLeft)
    • Method Detail

      • hasAnyValue

        public final boolean hasAnyValue()
      • getTop

        public final float getTop()
        Returns:
        Top value
      • getRight

        public final float getRight()
        Returns:
        Right value
      • getBottom

        public final float getBottom()
        Returns:
        Bottom value
      • getLeft

        public final float getLeft()
        Returns:
        Left value
      • getXSum

        public final float getXSum()
        Returns:
        Left + right value
      • getYSum

        public final float getYSum()
        Returns:
        Top + bottom value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object