Interface FieldDimension.FieldDimensionBuilder<B extends FieldDimension.FieldDimensionBuilder<B>>

    • Method Detail

      • withFieldDimension

        B withFieldDimension​(int aFieldWidth,
                             int aFieldHeight)
        With field dimension.
        Parameters:
        aFieldWidth - the field width
        aFieldHeight - the field height
        Returns:
        the b
      • withFieldDimension

        B withFieldDimension​(int aFieldWidth,
                             int aFieldHeight,
                             int aGap)
        With field dimension.
        Parameters:
        aFieldWidth - the field width
        aFieldHeight - the field height
        aGap - the gap
        Returns:
        the b
      • withFieldDimension

        B withFieldDimension​(FieldDimension aField)
        With field dimension.
        Parameters:
        aField - the field
        Returns:
        the b
      • withFieldDimension

        B withFieldDimension​(Dimension aDimension)
        With field dimension.
        Parameters:
        aDimension - the dimension
        Returns:
        the b