Interface ViewportWidthAccessor.ViewportWidthBuilder<B extends ViewportWidthAccessor.ViewportWidthBuilder<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:
ViewportWidthAccessor

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

    Modifier and Type
    Method
    Description
    withViewportWidth(int aWidth)
    Sets the viewport width for the viewport width property.
  • Method Details

    • withViewportWidth

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