| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractPLRenderableObject.onPerform(RenderingContext aCtx)
Abstract method to be implemented by subclasses.
|
protected void |
AbstractPLRenderableObject.onPerformFillAndBorder(RenderingContext aCtx)
method to be implemented by subclasses.
|
void |
IPLRenderableObject.perform(RenderingContext aCtx)
Second step: perform.
|
void |
AbstractPLRenderableObject.perform(RenderingContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PLImage.onPerform(RenderingContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPLHBox.onPerform(RenderingContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PLSpacerY.onPerform(RenderingContext aCtx) |
protected void |
PLSpacerX.onPerform(RenderingContext aCtx) |
protected void |
PLPageBreak.onPerform(RenderingContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PLTextWithPlaceholders.getTextToDraw(String sText,
RenderingContext aCtx) |
protected String |
AbstractPLText.getTextToDraw(String sText,
RenderingContext aCtx)
Get the text to draw, in case it is different from the stored text (e.g.
|
protected void |
AbstractPLText.onPerform(RenderingContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPLVBox.onPerform(RenderingContext aCtx) |
| Modifier and Type | Method and Description |
|---|---|
RenderingContext |
RenderingContext.setPlaceholder(String sName,
int nValue) |
RenderingContext |
RenderingContext.setPlaceholder(String sName,
String sValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRenderingContextCustomizer.customizeRenderingContext(RenderingContext aRC)
Customize the passed rendering context.
|
void |
RenderPageIndex.setPlaceholdersInRenderingContext(RenderingContext aRC) |
| Constructor and Description |
|---|
RenderingContext(RenderingContext aCtx,
float fStartLeft,
float fStartTop,
float fWidth,
float fHeight) |
Copyright © 2014–2016 Philip Helger. All rights reserved.