public class PLSpacerY extends AbstractPLRenderableObject<PLSpacerY>
DEFAULT_MAX_SIZE, DEFAULT_MIN_SIZE| Constructor and Description |
|---|
PLSpacerY(float fHeight) |
| Modifier and Type | Method and Description |
|---|---|
static PLSpacerY |
createPrepared(float fWidth,
float fHeight) |
float |
getHeight() |
protected void |
onPerform(RenderingContext aCtx)
Abstract method to be implemented by subclasses.
|
protected SizeSpec |
onPrepare(PreparationContext aCtx)
The abstract method that must be implemented by all subclasses.
|
PLSpacerY |
setBasicDataFrom(PLSpacerY aSource) |
PLSpacerY |
setHeight(float fHeight) |
String |
toString() |
getMaxSize, getMinSize, getPreparedSize, internalCheckNotPrepared, internalMarkAsNotPrepared, internalMarkAsPrepared, isPrepared, onPerformFillAndBorder, perform, prepare, setMaxSize, setMinSizegetDebugID, getID, setBasicDataFrom, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdoPageSetup, setExactSizegetAsSplittable, getDebugID, isSplittablegetFullBottom, getFullLeft, getFullRight, getFullTop, getFullXSum, getFullYSum@Nonnull @OverridingMethodsMustInvokeSuper public PLSpacerY setBasicDataFrom(@Nonnull PLSpacerY aSource)
public float getHeight()
protected SizeSpec onPrepare(@Nonnull PreparationContext aCtx) throws IOException
AbstractPLRenderableObjectonPrepare in class AbstractPLRenderableObject<PLSpacerY>aCtx - Preparation context. Never null.null.IOException - on errorprotected void onPerform(@Nonnull RenderingContext aCtx) throws IOException
AbstractPLRenderableObjectonPerform in class AbstractPLRenderableObject<PLSpacerY>aCtx - Rendering contextIOException - In case of a PDFBox errorpublic String toString()
toString in class AbstractPLRenderableObject<PLSpacerY>Copyright © 2014–2016 Philip Helger. All rights reserved.