Uses of Class
com.helger.pdflayout.base.AbstractPLObject
-
-
Uses of AbstractPLObject in com.helger.pdflayout.base
Classes in com.helger.pdflayout.base with type parameters of type AbstractPLObject Modifier and Type Class Description classAbstractPLObject<IMPLTYPE extends AbstractPLObject<IMPLTYPE>>Abstract PL objectSubclasses of AbstractPLObject in com.helger.pdflayout.base Modifier and Type Class Description classAbstractPLBlockElement<IMPLTYPE extends AbstractPLBlockElement<IMPLTYPE>>Abstract implementation ofIPLBlockElement.classAbstractPLElement<IMPLTYPE extends AbstractPLElement<IMPLTYPE>>Abstract renderable PL element having a minimum size, a maximum size, margin, border, padding and a fill color.classAbstractPLInlineElement<IMPLTYPE extends AbstractPLInlineElement<IMPLTYPE>>Abstract implementation ofIPLInlineElementclassAbstractPLRenderableObject<IMPLTYPE extends AbstractPLRenderableObject<IMPLTYPE>>Abstract layout object that supports rendering.classPLPageSetRepresents a single page layout as element. -
Uses of AbstractPLObject in com.helger.pdflayout.element.box
Subclasses of AbstractPLObject in com.helger.pdflayout.element.box Modifier and Type Class Description classAbstractPLBox<IMPLTYPE extends AbstractPLBox<IMPLTYPE>>A box is a simple element that encapsulates another element and has a padding, border and margin itself as well as it can align the contained element.classAbstractPLInlineBox<IMPLTYPE extends AbstractPLInlineBox<IMPLTYPE>>A box is a simple element that encapsulates another element and has a padding, border and margin itself as well as it can align the contained element.classPLBoxA box is a simple block element that encapsulates another element and has a padding, border and margin etc. itself -
Uses of AbstractPLObject in com.helger.pdflayout.element.hbox
Subclasses of AbstractPLObject in com.helger.pdflayout.element.hbox Modifier and Type Class Description classAbstractPLHBox<IMPLTYPE extends AbstractPLHBox<IMPLTYPE>>Horizontal box - groups several columns.classPLHBoxHorizontal box - groups several columns without having layout information itself. -
Uses of AbstractPLObject in com.helger.pdflayout.element.image
Subclasses of AbstractPLObject in com.helger.pdflayout.element.image Modifier and Type Class Description classAbstractPLImage<IMPLTYPE extends AbstractPLImage<IMPLTYPE>>Base class for a static image based onBufferedImage.classPLImageRepresent a static image based onBufferedImage.classPLStreamImageRepresent a static image based onBufferedImageread from anInputStream. -
Uses of AbstractPLObject in com.helger.pdflayout.element.link
Subclasses of AbstractPLObject in com.helger.pdflayout.element.link Modifier and Type Class Description classAbstractPLExternalLink<IMPLTYPE extends AbstractPLExternalLink<IMPLTYPE>>An external link that references to an external URI.classPLExternalLinkAn external link that references to an external URI. -
Uses of AbstractPLObject in com.helger.pdflayout.element.list
Subclasses of AbstractPLObject in com.helger.pdflayout.element.list Modifier and Type Class Description classPLBulletPointListA simple bullet point list. -
Uses of AbstractPLObject in com.helger.pdflayout.element.special
Subclasses of AbstractPLObject in com.helger.pdflayout.element.special Modifier and Type Class Description classPLPageBreakA page break that ensures a new page is started afterwards.classPLSpacerXA horizontal spacerclassPLSpacerYA vertical spacer -
Uses of AbstractPLObject in com.helger.pdflayout.element.table
Subclasses of AbstractPLObject in com.helger.pdflayout.element.table Modifier and Type Class Description classPLTableA special table with a repeating headerclassPLTableCellThis class represents a single table cell within a table row.classPLTableRowA special HBox representing a table row. -
Uses of AbstractPLObject in com.helger.pdflayout.element.text
Subclasses of AbstractPLObject in com.helger.pdflayout.element.text Modifier and Type Class Description classAbstractPLText<IMPLTYPE extends AbstractPLText<IMPLTYPE>>Render textclassPLTextRender text -
Uses of AbstractPLObject in com.helger.pdflayout.element.vbox
Subclasses of AbstractPLObject in com.helger.pdflayout.element.vbox Modifier and Type Class Description classAbstractPLVBox<IMPLTYPE extends AbstractPLVBox<IMPLTYPE>>Vertical box - groups several rows.classPLVBoxVertical box - groups several rows without having layout information itself.
-