Interface MinGridDimension.MinGridDimensionMutator

All Known Subinterfaces:
MinGridDimension.MinGridDimensionProperty
Enclosing interface:
MinGridDimension

public static interface MinGridDimension.MinGridDimensionMutator
Provides a mutator for a min grid dimension property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMinGridDimension(int aGridWidth, int aGridHeight)
    Sets the min grid dimension for the min grid dimension property.
    void
    Sets the min grid dimension for the min grid dimension property.
    void
    Sets the min grid dimension for the min grid dimension property.
  • Method Details

    • setMinGridDimension

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

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

      void setMinGridDimension(int aGridWidth, int aGridHeight)
      Sets the min grid dimension for the min grid dimension property.
      Parameters:
      aGridWidth - The min grid width to be stored by the min grid dimension property.
      aGridHeight - The min grid height to be stored by the min grid dimension property.