Interface ScaleModeAccessor.ScaleModeBuilder<B extends ScaleModeAccessor.ScaleModeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ScaleModeAccessor

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

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

    • withScaleMode

      B withScaleMode(ScaleMode aScaleMode)
      Sets the scale mode for the scale mode property.
      Parameters:
      aScaleMode - The scale mode to be stored by the scale mode property.
      Returns:
      The builder for applying multiple build operations.