Interface ViewportOffsetXAccessor.ViewportOffsetXBuilder<B extends ViewportOffsetXAccessor.ViewportOffsetXBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GridViewportPane<C,B>, ViewportOffset.ViewportOffsetBuilder<B>
Enclosing interface:
ViewportOffsetXAccessor

public static 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    withViewportOffsetX(int aOffsetX)
    Sets the X offset for the X offset property.
  • Method Details

    • withViewportOffsetX

      B withViewportOffsetX(int aOffsetX)
      Sets the X offset for the X offset property.
      Parameters:
      aOffsetX - The X offset to be stored by the X offset property.
      Returns:
      The builder for applying multiple build operations.