public class PLTextWithPlaceholders extends PLText
RenderingContext.DEFAULT_MAX_ROWS, DEFAULT_TOP_DOWN, m_aPreparedLines, m_aPreparedLinesUnmodified, m_fLineHeight, m_nPreparedLineCountUnmodifiedDEFAULT_HORZ_ALIGNMENTDEFAULT_VERT_ALIGNMENTDEFAULT_MAX_SIZE, DEFAULT_MIN_SIZEDEFAULT_MARGINDEFAULT_PADDINGDEFAULT_BORDERDEFAULT_FILL_COLOR| Constructor and Description |
|---|
PLTextWithPlaceholders(String sText,
FontSpec aFontSpec) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getTextToDraw(String sText,
RenderingContext aCtx)
Get the text to draw, in case it is different from the stored text (e.g.
|
getAllPreparedLinesUnmodified, getCopy, getDisplayHeightOfLines, getFontSpec, getMaxRows, getPreparedLineCountUnmodified, getText, hasNoText, hasText, isTopDown, onPerform, onPrepare, setBasicDataFrom, setMaxRows, setTopDown, toStringgetHorzAlign, getVertAlign, setBasicDataFrom, setHorzAlign, setVertAligngetBorder, getFillColor, getMargin, getPadding, setBasicDataFrom, setBorder, setFillColor, setMargin, setPaddinggetMaxSize, getMinSize, getPreparedSize, internalCheckNotPrepared, internalMarkAsNotPrepared, internalMarkAsPrepared, isPrepared, onPerformFillAndBorder, perform, prepare, setMaxSize, setMinSizegetDebugID, getID, setBasicDataFrom, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAsSplittable, getDebugID, isSplittabledoPageSetup, getMaxSize, getMinSize, getPreparedSize, isPrepared, perform, prepare, setExactSize, setMaxSize, setMinSizegetFullBottom, getFullLeft, getFullRight, getFullTop, getFullXSum, getFullYSum, getMarginAndBorderBottom, getMarginAndBorderLeft, getMarginAndBorderRight, getMarginAndBorderTop, getMarginAndBorderXSum, getMarginAndBorderYSumgetMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMarginXSum, getMarginYSum, setMargin, setMargin, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTopgetPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPaddingXSum, getPaddingYSum, setPadding, setPadding, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTopgetBorderBottomWidth, getBorderLeftWidth, getBorderRightWidth, getBorderTopWidth, getBorderXSumWidth, getBorderYSumWidth, setBorder, setBorder, setBorder, setBorderBottom, setBorderLeft, setBorderRight, setBorderTophasFillColor@OverrideOnDemand protected String getTextToDraw(@Nonnull String sText, @Nonnull RenderingContext aCtx)
AbstractPLTextPLTextWithPlaceholders)getTextToDraw in class AbstractPLText<PLText>sText - Original text. Never null.aCtx - The current rendering context. Never null.null.Copyright © 2014–2016 Philip Helger. All rights reserved.