Interface WidthAccessor.WidthBuilder<B extends WidthAccessor.WidthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
Dimension.DimensionBuilder<B>, PixmapImageBuilder<PX>, Rectangle.RectangleBuilder<B>
All Known Implementing Classes:
RgbPixmapImageBuilder
Enclosing interface:
WidthAccessor

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

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

    • withWidth

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