- All Known Subinterfaces:
Position
,Position.PositionProperty
,PosXAccessor.PosXProperty
,Rectangle
,Rectangle.RectangleProperty
- All Known Implementing Classes:
PositionImpl
,PositionPropertyBuilder
,RectangleImpl
public interface PosXAccessor
Provides an accessor for a X position property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
PosXAccessor.PosXBuilder<B extends PosXAccessor.PosXBuilder<B>>
Provides a builder method for a X position property returning the builder for applying multiple build operations.static interface
Provides a mutator for a X position property.static interface
Provides a X position property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the X position from the X position property.
-
Method Details
-
getPositionX
int getPositionX()Retrieves the X position from the X position property.- Returns:
- The X position stored by the X position property.
-