Uses of Class
com.itextpdf.kernel.pdf.PdfResources
-
-
Uses of PdfResources in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfResources Modifier and Type Field Description private PdfResources
PdfPage. resources
Methods in com.itextpdf.kernel.pdf that return PdfResources Modifier and Type Method Description PdfResources
PdfPage. getResources()
Gets thePdfResources
wrapper object for this page resources.(package private) PdfResources
PdfPage. getResources(boolean initResourcesField)
Methods in com.itextpdf.kernel.pdf with parameters of type PdfResources Modifier and Type Method Description PdfName
PdfResources.ResourceNameGenerator. generate(PdfResources resources)
Generates new (unique) resource name.PdfPage
PdfPage. setResources(PdfResources pdfResources)
SetsPdfResources
object. -
Uses of PdfResources in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as PdfResources Modifier and Type Field Description protected PdfResources
PdfCanvas. resources
the resources for the page that this canvas belongs to.Methods in com.itextpdf.kernel.pdf.canvas that return PdfResources Modifier and Type Method Description PdfResources
PdfCanvas. getResources()
Get the resources of the page that this canvas belongs to..Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfResources Constructor Description PdfCanvas(PdfStream contentStream, PdfResources resources, PdfDocument document)
Creates PdfCanvas from content stream of page, form XObject, pattern etc.PdfPatternCanvas(PdfStream contentStream, PdfResources resources, PdfDocument document)
Creates PdfPatternCanvas from content stream of page, form XObject, pattern etc. -
Uses of PdfResources in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type PdfResources Modifier and Type Field Description private java.util.List<PdfResources>
PdfCanvasProcessor. resourcesStack
Resources for the content stream.Methods in com.itextpdf.kernel.pdf.canvas.parser that return PdfResources Modifier and Type Method Description protected PdfResources
PdfCanvasProcessor. getResources()
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfResources Modifier and Type Method Description private static Color
PdfCanvasProcessor. getColor(PdfColorSpace pdfColorSpace, java.util.List<PdfObject> operands, PdfResources resources)
Gets a color based on a list of operands and Color space.(package private) PdfDictionary
PdfCanvasProcessor.BeginMarkedContentDictionaryOperator. getPropertiesDictionary(PdfObject operand1, PdfResources resources)
void
PdfCanvasProcessor. processContent(byte[] contentBytes, PdfResources resources)
Processes PDF syntax. -
Uses of PdfResources in com.itextpdf.kernel.pdf.canvas.parser.util
Fields in com.itextpdf.kernel.pdf.canvas.parser.util declared as PdfResources Modifier and Type Field Description private PdfResources
PdfCanvasParser. currentResources
Constructors in com.itextpdf.kernel.pdf.canvas.parser.util with parameters of type PdfResources Constructor Description PdfCanvasParser(PdfTokenizer tokeniser, PdfResources currentResources)
Creates a new instance of PdfContentParser -
Uses of PdfResources in com.itextpdf.kernel.pdf.colorspace
Fields in com.itextpdf.kernel.pdf.colorspace declared as PdfResources Modifier and Type Field Description private PdfResources
PdfPattern.Tiling. resources
Methods in com.itextpdf.kernel.pdf.colorspace that return PdfResources Modifier and Type Method Description PdfResources
PdfPattern.Tiling. getResources()
Gets the Tiling Pattern's resources. -
Uses of PdfResources in com.itextpdf.kernel.pdf.xobject
Fields in com.itextpdf.kernel.pdf.xobject declared as PdfResources Modifier and Type Field Description protected PdfResources
PdfFormXObject. resources
Methods in com.itextpdf.kernel.pdf.xobject that return PdfResources Modifier and Type Method Description PdfResources
PdfFormXObject. getResources()
GetsPdfResources
of the Form XObject. -
Uses of PdfResources in com.itextpdf.kernel.validation.context
Constructors in com.itextpdf.kernel.validation.context with parameters of type PdfResources Constructor Description AbstractColorValidationContext(CanvasGraphicsState graphicsState, PdfResources resources, PdfStream contentStream)
Instantiates a newAbstractColorValidationContext
based on graphic state, resources and content stream.FillColorValidationContext(CanvasGraphicsState canvasGraphicsState, PdfResources resources, PdfStream stream)
Instantiates a newFillColorValidationContext
based on graphics state, resources and content stream.InlineImageValidationContext(PdfStream image, PdfResources resources)
Instantiates a newInlineImageValidationContext
based on image and resources.StrokeColorValidationContext(CanvasGraphicsState canvasGraphicsState, PdfResources resources, PdfStream stream)
Instantiates a newStrokeColorValidationContext
based on graphics state, resources and content stream.
-