Interface GridModeAccessor.GridModeBuilder<B extends GridModeAccessor.GridModeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GridViewportPane<C,B>, Raster.RasterBuilder<B>
All Known Implementing Classes:
RasterPropertyBuilder
Enclosing interface:
GridModeAccessor

public static interface GridModeAccessor.GridModeBuilder<B extends GridModeAccessor.GridModeBuilder<B>>
Provides a builder method for a grid mode property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the grid mode for the grid mode property.
  • Method Details

    • withGridMode

      B withGridMode(GridMode aGridMode)
      Sets the grid mode for the grid mode property.
      Parameters:
      aGridMode - The grid mode to be stored by the grid mode property.
      Returns:
      The builder for applying multiple build operations.