Interface ViewportHeightAccessor.ViewportHeightBuilder<B extends ViewportHeightAccessor.ViewportHeightBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GridViewportPane<C,B>, ViewportDimension.ViewportDimensionBuilder<B>
All Known Implementing Classes:
ViewportDimensionPropertyBuilder
Enclosing interface:
ViewportHeightAccessor

public static interface ViewportHeightAccessor.ViewportHeightBuilder<B extends ViewportHeightAccessor.ViewportHeightBuilder<B>>
Provides a builder method for a viewport height property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withViewportHeight(int aHeight)
    Sets the viewport height for the viewport height property.
  • Method Details

    • withViewportHeight

      B withViewportHeight(int aHeight)
      Sets the viewport height for the viewport height property.
      Parameters:
      aHeight - The viewport height to be stored by the viewport height property.
      Returns:
      The builder for applying multiple build operations.