Interface IBulletPointCreator

All Known Implementing Classes:
AbstractBulletPointCreatorFontBased, BulletPointCreatorConstant, BulletPointCreatorNumeric, BulletPointCreatorSymbol

public interface IBulletPointCreator
Abstract bullet point creator to create e.g. constant dots or numbers or characters.
Since:
5.1.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    getBulletPointElement(int nBulletPointIndex)
    Get the bullet point text for the specified index.
  • Method Details

    • getBulletPointElement

      @Nonnull IPLRenderableObject<?> getBulletPointElement(@Nonnegative int nBulletPointIndex)
      Get the bullet point text for the specified index.
      Parameters:
      nBulletPointIndex - The 0-based index of the bullet point to be created.
      Returns:
      A non-null but maybe empty.