Interface PosXAccessor.PosXMutator

All Known Subinterfaces:
Position.PositionBuilder<B>, Position.PositionMutator, Position.PositionProperty, PosXAccessor.PosXProperty, Rectangle.RectangleBuilder<B>, Rectangle.RectangleMutator, Rectangle.RectangleProperty
All Known Implementing Classes:
PositionPropertyBuilder
Enclosing interface:
PosXAccessor

public static interface PosXAccessor.PosXMutator
Provides a mutator for a X position property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPositionX(int aPosX)
    Sets the X position for the X position property.
  • Method Details

    • setPositionX

      void setPositionX(int aPosX)
      Sets the X position for the X position property.
      Parameters:
      aPosX - The X position to be stored by the X position property.