Uses of Class
com.itextpdf.commons.datastructures.Tuple2
Packages that use Tuple2
Package
Description
-
Uses of Tuple2 in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas with type parameters of type Tuple2Modifier and TypeFieldDescriptionprivate Stack
<Tuple2<PdfName, PdfDictionary>> PdfCanvas.tagStructureStack
-
Uses of Tuple2 in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as Tuple2Modifier and TypeFieldDescriptionprivate final Tuple2
<PdfName, PdfDictionary> CanvasBmcValidationContext.currentBmc
Fields in com.itextpdf.kernel.validation.context with type parameters of type Tuple2Modifier and TypeFieldDescriptionprivate final Stack
<Tuple2<PdfName, PdfDictionary>> CanvasBmcValidationContext.tagStructureStack
private final Stack
<Tuple2<PdfName, PdfDictionary>> CanvasWritingContentValidationContext.tagStructureStack
Methods in com.itextpdf.kernel.validation.context that return Tuple2Methods in com.itextpdf.kernel.validation.context that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionCanvasBmcValidationContext.getTagStructureStack()
Gets tag structure stack.CanvasWritingContentValidationContext.getTagStructureStack()
Gets the tag structure stack.Constructors in com.itextpdf.kernel.validation.context with parameters of type Tuple2ModifierConstructorDescriptionCanvasBmcValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack, Tuple2<PdfName, PdfDictionary> currentBmc) Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.Constructor parameters in com.itextpdf.kernel.validation.context with type arguments of type Tuple2ModifierConstructorDescriptionCanvasBmcValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack, Tuple2<PdfName, PdfDictionary> currentBmc) Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.CanvasWritingContentValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack) Instantiates a newCanvasWritingContentValidationContext
based on tag structure stack. -
Uses of Tuple2 in com.itextpdf.layout.font.selectorstrategy
Methods in com.itextpdf.layout.font.selectorstrategy that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionAbstractFontSelectorStrategy.getGlyphLines
(String text) Converts text into glyphs with the best matching font.IFontSelectorStrategy.getGlyphLines
(String text) Converts text into glyphs with the best matching font. -
Uses of Tuple2 in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as Tuple2Modifier and TypeFieldDescriptionprivate static final Tuple2
<String, PdfDictionary> AbstractRenderer.CHECK_TUPLE2_TYPE
Fields in com.itextpdf.layout.renderer with type parameters of type Tuple2 -
Uses of Tuple2 in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type Tuple2Modifier and TypeMethodDescriptionprivate void
PdfUA1Checker.checkOnOpeningBeginMarkedContent
(Stack<Tuple2<PdfName, PdfDictionary>> stack, Tuple2<PdfName, PdfDictionary> currentBmc) private void
PdfUA1Checker.checkStandardRoleMapping
(Tuple2<PdfName, PdfDictionary> tag) private boolean
PdfUA1Checker.isRealContent
(Tuple2<PdfName, PdfDictionary> tag) Method parameters in com.itextpdf.pdfua.checkers with type arguments of type Tuple2Modifier and TypeMethodDescriptionprivate void
PdfUA1Checker.checkOnOpeningBeginMarkedContent
(Stack<Tuple2<PdfName, PdfDictionary>> stack, Tuple2<PdfName, PdfDictionary> currentBmc) private void
PdfUA1Checker.checkOnWritingCanvasToContent
(Stack<Tuple2<PdfName, PdfDictionary>> tagStack) private boolean
PdfUA1Checker.isInsideArtifact
(Stack<Tuple2<PdfName, PdfDictionary>> tagStack) private boolean
PdfUA1Checker.isInsideRealContent
(Stack<Tuple2<PdfName, PdfDictionary>> tagStack) -
Uses of Tuple2 in com.itextpdf.pdfua.checkers.utils.tables
Fields in com.itextpdf.pdfua.checkers.utils.tables with type parameters of type Tuple2Modifier and TypeFieldDescriptionprivate final HashMap
<PdfStructElem, Tuple2<Integer, Integer>> TableStructElementIterator.locationCache