getBottom method

double getBottom()

Returns bottom computeed value.

Implementation

double getBottom()
{
  return top + height;
}