Uses of Interface
com.helger.pdflayout.element.list.IBulletPointCreator
-
Packages that use IBulletPointCreator Package Description com.helger.pdflayout.element.list -
-
Uses of IBulletPointCreator in com.helger.pdflayout.element.list
Classes in com.helger.pdflayout.element.list that implement IBulletPointCreator Modifier and Type Class Description classAbstractBulletPointCreatorFontBased<IMPLTYPE extends AbstractBulletPointCreatorFontBased<IMPLTYPE>>An abstract implementation ofIBulletPointCreatorthat uses a Font based character.classBulletPointCreatorConstantAn implementation ofIBulletPointCreatorthat always uses the same character (like in an unordered list).classBulletPointCreatorNumericAn implementation ofIBulletPointCreatorthat uses a customIntFunctionto create a custom formatted text.classBulletPointCreatorSymbolAn implementation ofIBulletPointCreatorthat always uses the Bullet point character from symbol font.Methods in com.helger.pdflayout.element.list that return IBulletPointCreator Modifier and Type Method Description IBulletPointCreatorPLBulletPointList. getBulletPointCreator()Constructors in com.helger.pdflayout.element.list with parameters of type IBulletPointCreator Constructor Description PLBulletPointList(WidthSpec aWidthSpec, IBulletPointCreator aBulletPointCreator)
-