Class DefaultSvgProcessor

java.lang.Object
com.itextpdf.svg.processors.impl.DefaultSvgProcessor
All Implemented Interfaces:
ISvgProcessor

public class DefaultSvgProcessor extends Object implements ISvgProcessor
Default implementation of ISvgProcessor. This implementation traverses the INode tree depth-first, using a stack to recreate a tree of ISvgNodeRenderer with the same structure.
  • Constructor Details

    • DefaultSvgProcessor

      public DefaultSvgProcessor()
      Instantiates a DefaultSvgProcessor object.
  • Method Details