needReverseOrder method

bool needReverseOrder()

Implementation

bool needReverseOrder() {
  var orientation = configuration.orientation;
  return orientation == BuchheimWalkerConfiguration.ORIENTATION_BOTTOM_TOP ||
      orientation == BuchheimWalkerConfiguration.ORIENTATION_RIGHT_LEFT;
}