Uses of Class
com.pd4ml.pdf.cos.path.COSPathSegment
-
Packages that use COSPathSegment Package Description com.pd4ml.pdf.cos.path -
-
Uses of COSPathSegment in com.pd4ml.pdf.cos.path
Methods in com.pd4ml.pdf.cos.path that return COSPathSegment Modifier and Type Method Description static COSPathSegmentCOSPathSegment. index(int index)static COSPathSegmentCOSPathSegment. name(java.lang.String name)static COSPathSegmentCOSPathSegment. objectRef(COSObjectKey ref)Methods in com.pd4ml.pdf.cos.path that return types with arguments of type COSPathSegment Modifier and Type Method Description java.util.List<COSPathSegment>COSPath. getSegments()Method parameters in com.pd4ml.pdf.cos.path with type arguments of type COSPathSegment Modifier and Type Method Description static COSBaseCOSPathEvaluator. evaluateFrom(COSBase startNode, java.util.List<COSPathSegment> segments)static COSBaseCOSPathEvaluator. evaluateFromStrict(COSBase startNode, java.util.List<COSPathSegment> segments)
-