Interface PosYAccessor.PosYProperty

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

public static interface PosYAccessor.PosYProperty extends PosYAccessor, PosYAccessor.PosYMutator
Provides a Y position property.
  • Method Details

    • letPositionY

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