Generated by
JDiff

All Documentation Differences

Package com.itextpdf.barcodes.qrcode
  Class QRCodeWriter
    Method encode(String, int, int)
    Method encode(String, int, int, Map)

Package com.itextpdf.io.util
  Class TextUtil
    Method convertFromUtf32(int)

Package com.itextpdf.kernel.geom
  Class Matrix
    Matrix(float, float)
    Matrix(float, float, float, float, float, float)
    Matrix(float, float, float, float, float, float, float, float, float)
    Method add(Matrix)
    Method equals(Object)
    Method get(int)
    Method getDeterminant()
    Method hashCode()
    Method multiply(Matrix)
    Method subtract(Matrix)
    Method toString()

Package com.itextpdf.kernel.pdf
  Class PdfEncryption
    Method getCryptoMode()

  Class PdfEncryptor
    Method getContent(RecipientInformation, PrivateKey, String)

Package com.itextpdf.kernel.pdf.canvas.draw
  Class DashedLine
    DashedLine(float)
    Method getLineWidth()
    Method setLineWidth(float)

Package com.itextpdf.kernel.pdf.canvas.parser
  Class PdfCanvasProcessor
    Method getFont(PdfDictionary)

Package com.itextpdf.kernel.pdf.canvas.parser.data
  Class ClippingPathInfo
    ClippingPathInfo(CanvasGraphicsState, Path, Matrix)
    Method getClippingPath()
    Method getCtm()

  Class ImageRenderInfo
    ImageRenderInfo(Stack, CanvasGraphicsState, Matrix, PdfStream, PdfName, PdfDictionary, boolean)
    Method getArea()
    Method getColorSpaceDictionary()
    Method getImage()
    Method getImageCtm()
    Method getStartPoint()
    Method isInline()

  Class PathRenderInfo
    PathRenderInfo(Stack, CanvasGraphicsState, Path, int)
    PathRenderInfo(Stack, CanvasGraphicsState, Path, int, int, boolean, int)
    Method getCanvasTagHierarchy()
    Method getClippingRule()
    Method getCtm()
    Method getOperation()
    Method getPath()
    Method getRule()
    Method hasMcid(int)
    Method hasMcid(int, boolean)
    Method isPathModifiesClippingPath()

Package com.itextpdf.kernel.pdf.navigation
  Class PdfExplicitDestination
    Method create(int, PdfName, float, float, float, float, float)
    Method createFit(int)
    Method createFitB(int)
    Method createFitBH(int, float)
    Method createFitBV(int, float)
    Method createFitH(int, float)
    Method createFitR(int, float, float, float, float)
    Method createFitV(int, float)
    Method createXYZ(int, float, float, float)

Package com.itextpdf.layout.borders
  Class SolidBorder
    SolidBorder(Color, float, float)

Package com.itextpdf.layout.layout
  Class TextLayoutResult
    TextLayoutResult(int, LayoutArea, IRenderer, IRenderer)
    TextLayoutResult(int, LayoutArea, IRenderer, IRenderer, IRenderer)
    Method isWordHasBeenSplit()
    Method setWordHasBeenSplit(boolean)
    Field wordHasBeenSplit

Package com.itextpdf.layout.property
  Class BackgroundImage
    Method getHeight()
    Method getImageHeight()
    Method getImageWidth()
    Method getWidth()

  Class BackgroundRepeat
    Method prepareRectangleToDrawingAndGetWhitespace(Rectangle, Rectangle, BackgroundSize)

  Class BackgroundSize
    Method setBackgroundSizeToValues(UnitValue, UnitValue)

Package com.itextpdf.styledxmlparser.css.util
  Class CssGradientUtil

  Class CssMappingUtils
    Method parseBackgroundRepeat(String)

  Class CssUtils
    Method determinePositionBetweenValueAndUnit(String)
    Method isAngleValue(String)
    Method isBase64Data(String)
    Method isColorProperty(String)
    Method isEmValue(String)
    Method isExValue(String)
    Method isFontRelativeValue(String)
    Method isInitialOrInheritOrUnset(String)
    Method isMetricValue(String)
    Method isNumericValue(String)
    Method isPercentageValue(String)
    Method isRelativeValue(String)
    Method isRemValue(String)
    Method isValidNumericValue(String)
    Method parseAbsoluteFontSize(String)
    Method parseAbsoluteFontSize(String, String)
    Method parseAbsoluteLength(String)
    Method parseAbsoluteLength(String, String)
    Method parseAngle(String)
    Method parseAngle(String, String)
    Method parseAspectRatio(String)
    Method parseDouble(String)
    Method parseFloat(String)
    Method parseInteger(String)
    Method parseLengthValueToPt(String, float, float)
    Method parseRelativeFontSize(String, float)
    Method parseRelativeValue(String, float)
    Method parseResolution(String)
    Method parseRgbaColor(String)
    Method parseSpecificCornerBorderRadius(String, float, float)

Package com.itextpdf.styledxmlparser.resolver.resource
  Class IResourceRetriever
    Method getByteArrayByUrl(URL)
    Method getInputStreamByUrl(URL)

  Class ResourceResolver
    Field BASE64IDENTIFIER

Package com.itextpdf.styledxmlparser.util
  Class StyleUtil
    Method mergeParentStyleDeclaration(Map, String, String, String, Set)

Package com.itextpdf.svg
  Class SvgConstants.Values
    Field GRADIENT_UNITS_OBJECT_BOUNDING_BOX
    Field GRADIENT_UNITS_USER_SPACE_ON_USE

Package com.itextpdf.svg.converter
  Class SvgConverter
    Method extractWidthAndHeight(ISvgNodeRenderer)

Package com.itextpdf.svg.css.impl
  Class SvgNodeRendererInheritanceResolver

  Class SvgStyleResolver
    SvgStyleResolver(InputStream)
    SvgStyleResolver(InputStream, SvgProcessorContext)

Package com.itextpdf.svg.processors.impl
  Class SvgProcessorContext
    Method addTemporaryFont(FontProgram, String, String, Range)

Package com.itextpdf.svg.renderers
  Class SvgDrawContext
    SvgDrawContext(ResourceResolver, FontProvider, ISvgNodeRenderer)
    Method getRemValue()

Package com.itextpdf.svg.renderers.factories
  Class DefaultSvgNodeRendererFactory
    DefaultSvgNodeRendererFactory(ISvgNodeRendererMapper)

Package com.itextpdf.svg.renderers.impl
  Class AbstractSvgNodeRenderer
    Method getObjectBoundingBox(SvgDrawContext)
    Field attributesAndStyles

Package com.itextpdf.svg.utils
  Class SvgCssUtils
    Method isStyleSheetLink(IElementNode)