Interface MaxGridDimension.MaxGridDimensionMutator

All Known Subinterfaces:
MaxGridDimension.MaxGridDimensionProperty
Enclosing interface:
MaxGridDimension

public static interface MaxGridDimension.MaxGridDimensionMutator
Provides a mutator for a max grid dimension property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMaxGridDimension(int aWidth, int aHeight)
    Sets the max grid dimension for the max grid dimension property.
    void
    Sets the max grid dimension for the max grid dimension property.
    void
    Sets the max grid dimension for the max grid dimension property.
  • Method Details

    • setMaxGridDimension

      void setMaxGridDimension(Dimension aDimension)
      Sets the max grid dimension for the max grid dimension property.
      Parameters:
      aDimension - The max grid dimension to be stored by the grid dimension property.
    • setMaxGridDimension

      void setMaxGridDimension(GridDimension aGridDimension)
      Sets the max grid dimension for the max grid dimension property.
      Parameters:
      aGridDimension - The max grid dimension to be stored by the grid dimension property.
    • setMaxGridDimension

      void setMaxGridDimension(int aWidth, int aHeight)
      Sets the max grid dimension for the max grid dimension property.
      Parameters:
      aWidth - The max grid width to be stored by the max grid dimension property.
      aHeight - The max grid height to be stored by the max grid dimension property.