Class PLVBoxRow
- java.lang.Object
-
- com.helger.pdflayout.element.vbox.PLVBoxRow
-
@NotThreadSafe public final class PLVBoxRow extends Object
This class represents a single row within a VBox. This is a pseudo element and does not have a padding, margin or border!- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description PLVBoxRow(IPLRenderableObject<?> aElement, HeightSpec aHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPLRenderableObject<?>getElement()HeightSpecgetHeight()StringtoString()
-
-
-
Constructor Detail
-
PLVBoxRow
public PLVBoxRow(@Nonnull IPLRenderableObject<?> aElement, @Nonnull HeightSpec aHeight)
-
-
Method Detail
-
getElement
@Nonnull public IPLRenderableObject<?> getElement()
-
getHeight
@Nonnull public HeightSpec getHeight()
-
-