- 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
Modifier and TypeInterfaceDescriptionstatic 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
Provides a mutator for a Y position property.static interface
Provides a Y position property. -
Method Summary
Modifier and TypeMethodDescriptionint
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.
-