Interface MaxConsoleWidthAccessor.MaxConsoleWidthMutator

All Known Subinterfaces:
MaxConsoleWidthAccessor.MaxConsoleWidthProperty
Enclosing interface:
MaxConsoleWidthAccessor

public static interface MaxConsoleWidthAccessor.MaxConsoleWidthMutator
Provides a mutator for a max console width property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMaxConsoleWidth(int aMaxConsoleWidth)
    Sets the max console width for the max console width property.
  • Method Details

    • setMaxConsoleWidth

      void setMaxConsoleWidth(int aMaxConsoleWidth)
      Sets the max console width for the max console width property.
      Parameters:
      aMaxConsoleWidth - The max console width to be stored by the console width property.