Class RootBaseTransformationStrategy.HorizontalStrategyChange

    • Constructor Detail

      • HorizontalStrategyChange

        public HorizontalStrategyChange()
      • HorizontalStrategyChange

        public HorizontalStrategyChange​(boolean twoSteps,
                                        HorStrategy newStrategy,
                                        int newAdaptiveGroupingCount)
        Parameters:
        changed -
        twoSteps -
        newStrategy -
    • Method Detail

      • getNewAdaptiveGroupingCount

        public int getNewAdaptiveGroupingCount()
        Returns:
        the newAdaptiveGroupingCount
      • getNewStrategy

        public HorStrategy getNewStrategy()
        Returns:
        the newStrategy
      • isTwoSteps

        public boolean isTwoSteps()
        Returns:
        the twoSteps
      • setNewAdaptiveGroupingCount

        public void setNewAdaptiveGroupingCount​(int newAdaptiveGroupingCount)
        Parameters:
        newAdaptiveGroupingCount - the newAdaptiveGroupingCount to set
      • setNewStrategy

        public void setNewStrategy​(HorStrategy newStrategy)
        Parameters:
        newStrategy - the newStrategy to set
      • setTwoSteps

        public void setTwoSteps​(boolean twoSteps)
        Parameters:
        twoSteps - the twoSteps to set