Multiple choice

Which of the following methods in BlockView class determines the maximum span for a view along an axis?

  1. getMaximumSpanAxis(int axis)

  2. getMaxSpanAxis(int axis)

  3. getMaximumSpan(int axis)

  4. getMaxSpanAxis(int axis)

  5. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the correct choice. getMaximumSpan(int axis) method is present in the BlockView class and it determines the maximum span for a view along an axis, which is specified as an argument to it.