Interface OffsetXAccessor.OffsetXMutator

All Known Subinterfaces:
Offset.OffsetMutator, Offset.OffsetProperty, OffsetXAccessor.OffsetXProperty
Enclosing interface:
OffsetXAccessor

public static interface OffsetXAccessor.OffsetXMutator
Provides a mutator for a X offset property.
  • Method Summary

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

    • setOffsetX

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