Interface IBulletPointCreator
-
- All Known Implementing Classes:
AbstractBulletPointCreatorFontBased,BulletPointCreatorConstant,BulletPointCreatorNumeric,BulletPointCreatorSymbol
public interface IBulletPointCreatorAbstract bullet point creator to create e.g. constant dots or numbers or characters.- Since:
- 5.1.0
- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPLRenderableObject<?>getBulletPointElement(int nBulletPointIndex)Get the bullet point text for the specified index.
-
-
-
Method Detail
-
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-
nullbut maybe empty.
-
-