java.lang.Object
com.github.weisj.jsvg.util.ParserBase
com.github.weisj.jsvg.geometry.path.PathParser

public final class PathParser extends ParserBase
A helper for parsing PathCommands.
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • currentCommand

      private char currentCommand
  • Constructor Details

    • PathParser

      public PathParser(@NotNull @NotNull String input)
  • Method Details