Class SignatureAppearanceRenderer
java.lang.Object
com.itextpdf.layout.renderer.AbstractRenderer
com.itextpdf.layout.renderer.BlockRenderer
com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
com.itextpdf.forms.form.renderer.AbstractTextFieldRenderer
com.itextpdf.forms.form.renderer.SignatureAppearanceRenderer
- All Implemented Interfaces:
IPropertyContainer, IRenderer
The
AbstractTextFieldRenderer implementation for SigFields.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static enumSignature display options. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SignatureAppearanceRenderer.DisplayOptionprivate static final floatprivate booleanprivate static final floatExtra space at the top.Fields inherited from class AbstractTextFieldRenderer
fontFields inherited from class AbstractFormFieldRenderer
flatRendererFields inherited from class AbstractRenderer
childRenderers, flushed, INF, isLastRendererForModelElement, modelElement, occupiedArea, OVERLAP_EPSILON, parent, positionedRenderers, properties -
Constructor Summary
ConstructorsConstructorDescriptionSignatureAppearanceRenderer(SignatureFieldAppearance modelElement) Creates a newSignatureAppearanceRendererinstance. -
Method Summary
Modifier and TypeMethodDescriptionprivate voidadjustChildrenLayout(SignatureAppearanceRenderer.DisplayOption displayOption, Rectangle signatureRect, Rectangle descriptionRect, int pageNum) protected voidadjustFieldLayout(LayoutContext layoutContext) Adjusts the field layout.protected voidapplyAcroField(DrawContext drawContext) Applies the AcroField widget.private voidapproximateFontSizeToFitLayoutArea(LayoutContext layoutContext) private floatprotected IRendererCreates the flat renderer instance.Gets the default value of the form field.Gets a new instance of this class to be used as a next renderer, after this renderer is used, ifIRenderer.layout(LayoutContext)is called more than once.protected booleanDetermines, whether the layout is based in the renderer itself or flat renderer.layout(LayoutContext layoutContext) This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult, representing the layout result, including occupied area, status, i.e.private voidrelayoutImage(Rectangle signatureRect, int pageNum) private voidrelayoutParagraph(IRenderer renderer, Rectangle rect, int pageNum) Methods inherited from class AbstractTextFieldRenderer
adjustNumberOfContentLines, adjustNumberOfContentLines, applyDefaultFieldProperties, approximateFontSize, calculateFittingFontSize, createParagraphRenderer, getHeightRowsBased, getLowestChildBottom, updateHtmlColsSizeBasedWidth, updatePdfFontMethods inherited from class AbstractFormFieldRenderer
applyAccessibilityProperties, draw, drawChildren, getConformance, getLang, getMinMaxWidth, getModelId, isFlatten, isRendererFit, writeAcroFormFieldLangAttributeMethods inherited from class BlockRenderer
applyRotationLayout, applyVerticalAlignment, beginRotationIfApplied, createOverflowRenderer, createRotationTransformInsideOccupiedArea, createSplitRenderer, endRotationIfApplied, getMinMaxWidth, getOccupiedAreaBBox, getResolvedFontMethods inherited from class AbstractRenderer
addAllProperties, addChild, alignChildHorizontally, allowLastYLineRecursiveExtraction, applyAbsolutePosition, applyAction, applyBorderBox, applyBorderBox, applyDestination, applyDestinationsAndAnnotation, applyLinkAnnotation, applyMargins, applyMargins, applyPaddings, applyPaddings, applyRelativePositioningTranslation, beginElementOpacityApplying, beginTransformationIfApplied, calculateAbsolutePdfBBox, calculateBBox, calculateShiftToPositionBBoxOfPointsAt, clipBackgroundArea, clipBackgroundArea, clipBorderArea, createXObject, deleteOwnProperty, deleteProperty, drawBackground, drawBorder, endElementOpacityApplying, endTransformationIfApplied, getBackgroundArea, getBorderAreaBBox, getBorderRadii, getBorders, getChildRenderers, getDefaultProperty, getFirstYLineRecursively, getInnerAreaBBox, getLastYLineRecursively, getMargins, getModelElement, getOccupiedArea, getOwnProperties, getOwnProperty, getPaddings, getParent, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsColor, getPropertyAsFloat, getPropertyAsFloat, getPropertyAsFont, getPropertyAsInteger, getPropertyAsTransparentColor, getPropertyAsUnitValue, hasAbsoluteUnitValue, hasOwnOrModelProperty, hasOwnProperty, hasProperty, hasRelativeUnitValue, initElementAreas, isAbsolutePosition, isBorderBoxSizing, isFirstOnRootArea, isFixedLayout, isFlushed, isKeepTogether, isNotFittingHeight, isNotFittingLayoutArea, isNotFittingWidth, isOverflowFit, isOverflowProperty, isOverflowProperty, isOverflowProperty, isPositioned, isRelativePosition, isStaticLayout, move, rectangleToPointsList, retrieveHeight, retrieveMaxHeight, retrieveMaxWidth, retrieveMinHeight, retrieveMinWidth, retrieveResolvedDeclaredHeight, retrieveUnitValue, retrieveUnitValue, retrieveWidth, setBorders, setMinMaxWidthBasedOnFixedWidth, setParent, setProperty, toString, transformPoints, updateHeight, updateHeightsOnSplit, updateMaxHeight, updateMinHeight, updateWidth
-
Field Details
-
TOP_SECTION
private static final float TOP_SECTIONExtra space at the top.- See Also:
-
EPS
private static final float EPS- See Also:
-
displayOption
-
isFontSizeApproximated
private boolean isFontSizeApproximated
-
-
Constructor Details
-
SignatureAppearanceRenderer
Creates a newSignatureAppearanceRendererinstance.- Parameters:
modelElement- the model element
-
-
Method Details
-
isLayoutBasedOnFlatRenderer
protected boolean isLayoutBasedOnFlatRenderer()Determines, whether the layout is based in the renderer itself or flat renderer.- Overrides:
isLayoutBasedOnFlatRendererin classAbstractFormFieldRenderer- Returns:
trueif layout is based on flat renderer, false otherwise.
-
createFlatRenderer
Creates the flat renderer instance.- Specified by:
createFlatRendererin classAbstractFormFieldRenderer- Returns:
- the renderer instance.
-
layout
This method simulates positioning of the renderer, including all of its children, and returns theLayoutResult, representing the layout result, including occupied area, status, i.e. if there was enough place to fit the renderer subtree, etc.LayoutResultcan be extended to return custom layout results for custom elements, e.g.TextRendererusesTextLayoutResultas its result. This method can be called standalone to learn how much area the renderer subtree needs, or can be called beforeIRenderer.draw(DrawContext), to prepare the renderer to be flushed to the output stream.- Specified by:
layoutin interfaceIRenderer- Overrides:
layoutin classAbstractFormFieldRenderer- Parameters:
layoutContext- the description of layout area and any other additional information- Returns:
- result of the layout process
-
adjustFieldLayout
Adjusts the field layout.- Specified by:
adjustFieldLayoutin classAbstractFormFieldRenderer- Parameters:
layoutContext- layout context
-
getNextRenderer
Gets a new instance of this class to be used as a next renderer, after this renderer is used, ifIRenderer.layout(LayoutContext)is called more than once.- Returns:
- new renderer instance
-
getDefaultValue
Gets the default value of the form field.- Overrides:
getDefaultValuein classAbstractFormFieldRenderer- Returns:
- the default value of the form field.
-
applyAcroField
Applies the AcroField widget.- Specified by:
applyAcroFieldin classAbstractFormFieldRenderer- Parameters:
drawContext- the draw context
-
adjustChildrenLayout
private void adjustChildrenLayout(SignatureAppearanceRenderer.DisplayOption displayOption, Rectangle signatureRect, Rectangle descriptionRect, int pageNum) -
relayoutImage
-
relayoutParagraph
-
calculateAdditionalHeight
private float calculateAdditionalHeight() -
approximateFontSizeToFitLayoutArea
-
retrieveRenderingMode
-