Interface OffsetAccessor.OffsetMutator

All Known Subinterfaces:
OffsetAccessor.OffsetProperty
Enclosing interface:
OffsetAccessor

public static interface OffsetAccessor.OffsetMutator
Provides a mutator for a offset property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOffset(int aOffset)
    Sets the offset for the offset property.
  • Method Details

    • setOffset

      void setOffset(int aOffset)
      Sets the offset for the offset property.
      Parameters:
      aOffset - The offset to be stored by the offset property.