Class Main.SingleValueOptionHandler

    • Constructor Detail

      • SingleValueOptionHandler

        public SingleValueOptionHandler()
    • Method Detail

      • getOptionValuesLength

        public int getOptionValuesLength()
        Description copied from interface: Main.OptionHandler
        Returns the number of values which the option handler requires. This defines the length of the optionValues array passed to the handler in the handleOption method
      • handleOption

        public abstract void handleOption​(java.lang.String optionValue,
                                          SVGConverter c)