Interface PosXAccessor.PosXProperty

All Superinterfaces:
PosXAccessor, PosXAccessor.PosXMutator
All Known Subinterfaces:
Position.PositionProperty, Rectangle.RectangleProperty
All Known Implementing Classes:
PositionPropertyBuilder
Enclosing interface:
PosXAccessor

public static interface PosXAccessor.PosXProperty extends PosXAccessor, PosXAccessor.PosXMutator
Provides a X position property.
  • Method Details

    • letPositionX

      default int letPositionX(int aPosX)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as of PosXAccessor.PosXMutator.setPositionX(int) and returns the very same value (getter).
      Parameters:
      aPosX - The integer to set (via PosXAccessor.PosXMutator.setPositionX(int)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.