Class PLBox

All Implemented Interfaces:
com.helger.commons.id.IHasID<String>, com.helger.commons.traits.IGenericImplTrait<PLBox>, IPLBlockElement<PLBox>, IPLElement<PLBox>, IPLHasBorder<PLBox>, IPLHasFillColor<PLBox>, IPLHasHorizontalAlignment<PLBox>, IPLHasMargin<PLBox>, IPLHasMarginBorderPadding<PLBox>, IPLHasOutline, IPLHasPadding<PLBox>, IPLHasVerticalAlignment<PLBox>, IPLObject<PLBox>, IPLRenderableObject<PLBox>, IPLSplittableObject<PLBox,PLBox>, IPLVisitable

public class PLBox extends AbstractPLBox<PLBox>
A box is a simple block element that encapsulates another element and has a padding, border and margin etc. itself
Author:
Philip Helger
  • Constructor Details

  • Method Details

    • internalCreateNewVertSplitObject

      @Nonnull public PLBox internalCreateNewVertSplitObject(@Nonnull PLBox aBase)
      Description copied from interface: IPLSplittableObject
      Create a new object of the same type as this object.
      Parameters:
      aBase - The source object to copy data from.
      Returns:
      Never null.