Interface PosYAccessor.PosYMutator

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

public static interface PosYAccessor.PosYMutator
Provides a mutator for a Y position property.
  • Method Summary

    Modifier and Type Method Description
    void setPositionY​(int aPosY)
    Sets the Y position for the Y position property.
  • Method Details

    • setPositionY

      void setPositionY​(int aPosY)
      Sets the Y position for the Y position property.
      Parameters:
      aPosY - The Y position to be stored by the Y position property.