| Modifier and Type | Field and Description |
|---|---|
static SizeSpec |
IPLRenderableObject.DEFAULT_MAX_SIZE |
static SizeSpec |
IPLRenderableObject.DEFAULT_MIN_SIZE |
| Modifier and Type | Method and Description |
|---|---|
SizeSpec |
IPLRenderableObject.getMaxSize() |
SizeSpec |
AbstractPLRenderableObject.getMaxSize() |
SizeSpec |
IPLRenderableObject.getMinSize() |
SizeSpec |
AbstractPLRenderableObject.getMinSize() |
SizeSpec |
IPLRenderableObject.getPreparedSize() |
SizeSpec |
AbstractPLRenderableObject.getPreparedSize() |
SizeSpec |
PLElementWithSize.getSize() |
SizeSpec |
PLElementWithSize.getSizeFull() |
protected abstract SizeSpec |
AbstractPLRenderableObject.onPrepare(PreparationContext aCtx)
The abstract method that must be implemented by all subclasses.
|
SizeSpec |
IPLRenderableObject.prepare(PreparationContext aCtx)
Prepare this element once for rendering.
|
SizeSpec |
AbstractPLRenderableObject.prepare(PreparationContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
AbstractPLRenderableObject.internalMarkAsPrepared(SizeSpec aPreparedSize) |
| Constructor and Description |
|---|
PLElementWithSize(IPLRenderableObject<?> aElement,
SizeSpec aSize)
Constructor
|
PLElementWithSize(IPLRenderableObject<?> aElement,
SizeSpec aSize,
SizeSpec aSizeFull)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SizeSpec |
SizeSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) |
| Modifier and Type | Method and Description |
|---|---|
SizeSpec |
PLPageSet.getPageSize() |
protected SizeSpec |
PLImage.onPrepare(PreparationContext aCtx) |
| Constructor and Description |
|---|
PLPageSet(SizeSpec aPageSize) |
| Modifier and Type | Method and Description |
|---|---|
protected SizeSpec |
AbstractPLHBox.onPrepare(PreparationContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected SizeSpec |
PLSpacerY.onPrepare(PreparationContext aCtx) |
protected SizeSpec |
PLSpacerX.onPrepare(PreparationContext aCtx) |
protected SizeSpec |
PLPageBreak.onPrepare(PreparationContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected SizeSpec |
AbstractPLText.onPrepare(PreparationContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected SizeSpec |
AbstractPLVBox.onPrepare(PreparationContext aCtx) |
| Modifier and Type | Field and Description |
|---|---|
static SizeSpec |
SizeSpec.SIZE0 |
| Modifier and Type | Method and Description |
|---|---|
static SizeSpec |
SizeSpec.create(org.apache.pdfbox.pdmodel.common.PDRectangle aRect) |
static SizeSpec |
SizeSpec.createMM(float fWidth,
float fHeight) |
SizeSpec |
SizeSpec.minus(float fWidth,
float fHeight) |
SizeSpec |
SizeSpec.minus(SizeSpec aOther) |
SizeSpec |
SizeSpec.plus(float fWidth,
float fHeight) |
SizeSpec |
SizeSpec.plus(SizeSpec aOther) |
| Modifier and Type | Method and Description |
|---|---|
SizeSpec |
SizeSpec.minus(SizeSpec aOther) |
SizeSpec |
SizeSpec.plus(SizeSpec aOther) |
Copyright © 2014–2016 Philip Helger. All rights reserved.