- All Known Subinterfaces:
GridViewportPane<C,
,B> ViewportOffset
,ViewportOffset.ViewportOffsetAccessor
,ViewportOffset.ViewportOffsetProperty
,ViewportOffsetXAccessor.ViewportOffsetXProperty
- All Known Implementing Classes:
ViewportOffsetImpl
public interface ViewportOffsetXAccessor
Provides an accessor for a X offset property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
ViewportOffsetXAccessor.ViewportOffsetXBuilder<B extends ViewportOffsetXAccessor.ViewportOffsetXBuilder<B>>
Provides a builder method for a X offset property returning the builder for applying multiple build operations.static interface
Provides a mutator for a X offset property.static interface
Provides a X offset property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the X offset from the X offset property.
-
Method Details
-
getViewportOffsetX
int getViewportOffsetX()Retrieves the X offset from the X offset property.- Returns:
- The X offset stored by the X offset property.
-