Interface HeightAccessor.HeightProperty

All Superinterfaces:
HeightAccessor, HeightAccessor.HeightMutator
All Known Subinterfaces:
Dimension.DimensionProperty, PixmapImageBuilder<PX>, Rectangle.RectangleProperty
All Known Implementing Classes:
RgbPixmapImageBuilder
Enclosing interface:
HeightAccessor

public static interface HeightAccessor.HeightProperty extends HeightAccessor, HeightAccessor.HeightMutator
Provides a height property.
  • Method Details

    • letHeight

      default int letHeight(int aHeight)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as of HeightAccessor.HeightMutator.setHeight(int) and returns the very same value (getter).
      Parameters:
      aHeight - The integer to set (via HeightAccessor.HeightMutator.setHeight(int)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.