Interface HcHorizontalAlignmentSelector<T>

Type Parameters:
T - type of the HcObjectBuilder to be returned via introduced methods. This generic was not specified because we should use interfaces, which are not connected between themselves.

public interface HcHorizontalAlignmentSelector<T>
Horizontal alignment selector.
Since:
3.10.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
  • Method Details

    • left

      @NotNull T left()
    • center

      @NotNull T center()
    • right

      @NotNull T right()