Package com.aowagie.text.pdf
Class PdfCopy.StampContent
- java.lang.Object
-
- com.aowagie.text.pdf.PdfContentByte
-
- com.aowagie.text.pdf.PdfCopy.StampContent
-
- Enclosing class:
- PdfCopy
private static class PdfCopy.StampContent extends PdfContentByte
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.aowagie.text.pdf.PdfContentByte
PdfContentByte.GraphicState
-
-
Field Summary
Fields Modifier and Type Field Description private PageResources
pageResources
-
Fields inherited from class com.aowagie.text.pdf.PdfContentByte
ALIGN_CENTER, ALIGN_LEFT, content, LINE_CAP_BUTT, pdf, separator, state, TEXT_RENDER_MODE_FILL, TEXT_RENDER_MODE_FILL_STROKE, TEXT_RENDER_MODE_STROKE, writer
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StampContent(PdfWriter writer, PageResources pageResources)
Creates a new instance of StampContent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfContentByte
getDuplicate()
Gets a duplicate of thisPdfContentByte
.(package private) PageResources
getPageResources()
-
Methods inherited from class com.aowagie.text.pdf.PdfContentByte
add, addAnnotation, addImage, addImage, addImage, addTemplate, addTemplate, addTemplateReference, arc, beginText, bezierArc, checkWriter, clip, closePath, closePathEoFillStroke, closePathFillStroke, closePathStroke, concatCTM, createPattern, createTemplate, curveTo, curveTo, drawButton, drawRadioField, drawTextField, endText, eoClip, eoFill, escapeString, fill, getCharacterSpacing, getHorizontalScaling, getInternalBuffer, getLeading, getPdfDocument, getPdfWriter, getRootOutline, getWordSpacing, getXTLM, getYTLM, lineTo, moveText, moveTo, newPath, rectangle, rectangle, reset, resetCMYKColorFill, resetCMYKColorStroke, resetGrayFill, resetGrayStroke, resetRGBColorFill, resetRGBColorStroke, restoreState, roundRectangle, saveState, setAction, setCharacterSpacing, setCMYKColorFill, setCMYKColorFillF, setCMYKColorStroke, setCMYKColorStrokeF, setColorFill, setColorFill, setColorStroke, setColorStroke, setFlatness, setFontAndSize, setGrayFill, setGrayStroke, setGState, setHorizontalScaling, setLeading, setLineCap, setLineDash, setLineDash, setLineDash, setLineJoin, setLineWidth, setLiteral, setLiteral, setLiteral, setMiterLimit, setPatternFill, setPatternFill, setPatternStroke, setPatternStroke, setRGBColorFill, setRGBColorFillF, setRGBColorStroke, setRGBColorStrokeF, setShadingFill, setShadingStroke, setTextMatrix, setTextMatrix, setTextRenderingMode, setTextRise, setWordSpacing, showText, showText, showTextAligned, size, stroke, toPdf, toString
-
-
-
-
Field Detail
-
pageResources
private final PageResources pageResources
-
-
Constructor Detail
-
StampContent
private StampContent(PdfWriter writer, PageResources pageResources)
Creates a new instance of StampContent
-
-
Method Detail
-
getDuplicate
public PdfContentByte getDuplicate()
Gets a duplicate of thisPdfContentByte
. All the members are copied by reference but the buffer stays different.- Overrides:
getDuplicate
in classPdfContentByte
- Returns:
- a copy of this
PdfContentByte
-
getPageResources
PageResources getPageResources()
- Overrides:
getPageResources
in classPdfContentByte
-
-