Interface OffsetYAccessor.OffsetYMutator

All Known Subinterfaces:
Offset.OffsetMutator, Offset.OffsetProperty, OffsetYAccessor.OffsetYProperty
Enclosing interface:
OffsetYAccessor

public static interface OffsetYAccessor.OffsetYMutator
Provides a mutator for a Y offset property.
  • Method Summary

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

    • setOffsetY

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