Interface GridOffsetXAccessor.GridOffsetXMutator

All Known Subinterfaces:
GridOffset.GridOffsetMutator, GridOffset.GridOffsetProperty, GridOffsetXAccessor.GridOffsetXProperty
Enclosing interface:
GridOffsetXAccessor

public static interface GridOffsetXAccessor.GridOffsetXMutator
Provides a mutator for a X offset property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setGridOffsetX(int aOffsetX)
    Sets the X offset for the X offset property.
  • Method Details

    • setGridOffsetX

      void setGridOffsetX(int aOffsetX)
      Sets the X offset for the X offset property.
      Parameters:
      aOffsetX - The X offset to be stored by the X offset property.