Interface ColumnFeatureConfiguration

All Superinterfaces:
FeatureConfiguration, Wrapper

@NullMarked @AsOf("3.0.0") public interface ColumnFeatureConfiguration extends FeatureConfiguration
Abstract column feature configuration.
Since:
3.0.0
  • Method Details

    • reach

      @AsOf("3.0.0") IntProvider reach()
      The reach of the column feature.
      Returns:
      the reach of the column feature
      Since:
      3.0.0
    • height

      @AsOf("3.0.0") IntProvider height()
      The height of the column feature.
      Returns:
      the height of the column feature
      Since:
      3.0.0
    • toBuilder

      @AsOf("3.0.0") default ColumnFeatureConfiguration.Builder toBuilder()
      Converts this object back to a builder.
      Returns:
      a builder with the same values as this object
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static ColumnFeatureConfiguration of(IntProvider reach, IntProvider height)
      Creates a new column feature configuration.
      Parameters:
      reach - the reach of the column feature
      height - the height of the column feature
      Returns:
      a new column feature configuration
      Since:
      3.0.0
    • builder

      @AsOf("3.0.0") static ColumnFeatureConfiguration.Builder builder()
      Creates a new builder.
      Returns:
      a new builder
      Since:
      3.0.0