Interface RowWidthAccessor.RowWidthMutator

All Known Subinterfaces:
RowWidthAccessor.RowWidthProperty
Enclosing interface:
RowWidthAccessor

public static interface RowWidthAccessor.RowWidthMutator
Provides a mutator for an output stream property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRowWidth(int aRowWidth)
    Sets the width to be used.
  • Method Details

    • setRowWidth

      void setRowWidth(int aRowWidth)
      Sets the width to be used.
      Parameters:
      aRowWidth - The row width to be stored by the row width property.