Interface ConsoleWidthAccessor.ConsoleWidthMutator

All Known Subinterfaces:
ConsoleWidthAccessor.ConsoleWidthProperty
Enclosing interface:
ConsoleWidthAccessor

public static interface ConsoleWidthAccessor.ConsoleWidthMutator
Provides a mutator for a console width property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setConsoleWidth(int aConsoleWidth)
    Sets the console width for the console width property.
  • Method Details

    • setConsoleWidth

      void setConsoleWidth(int aConsoleWidth)
      Sets the console width for the console width property.
      Parameters:
      aConsoleWidth - The console width to be stored by the console width property.