Interface PosYAccessor

All Known Subinterfaces:
Position, Position.PositionProperty, PosYAccessor.PosYProperty, Rectangle, Rectangle.RectangleProperty
All Known Implementing Classes:
PositionImpl, PositionPropertyBuilder, RectangleImpl

public interface PosYAccessor
Provides an accessor for a Y position property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  PosYAccessor.PosYBuilder<B extends PosYAccessor.PosYBuilder<B>>
    Provides a builder method for a Y position property returning the builder for applying multiple build operations.
    static interface  PosYAccessor.PosYMutator
    Provides a mutator for a Y position property.
    static interface  PosYAccessor.PosYProperty
    Provides a Y position property.
  • Method Summary

    Modifier and Type Method Description
    int getPositionY()
    Retrieves the Y position from the Y position property.
  • Method Details

    • getPositionY

      int getPositionY()
      Retrieves the Y position from the Y position property.
      Returns:
      The Y position stored by the Y position property.