Interface GridOffsetYAccessor.GridOffsetYMutator

All Known Subinterfaces:
GridOffset.GridOffsetMutator, GridOffset.GridOffsetProperty, GridOffsetYAccessor.GridOffsetYProperty
Enclosing interface:
GridOffsetYAccessor

public static interface GridOffsetYAccessor.GridOffsetYMutator
Provides a mutator for a Y offset property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setGridOffsetY(int aOffsetY)
    Sets the Y offset for the Y offset property.
  • Method Details

    • setGridOffsetY

      void setGridOffsetY(int aOffsetY)
      Sets the Y offset for the Y offset property.
      Parameters:
      aOffsetY - The Y offset to be stored by the Y offset property.