getRotationStrategyName method

String getRotationStrategyName()

Gets the name of the current rotation strategy

Implementation

String getRotationStrategyName() {
  return RotationStrategyFactory.getStrategyName(_strategyType);
}