Interface Main.OptionHandler

    • Method Detail

      • handleOption

        void handleOption​(java.lang.String[] optionValues,
                          SVGConverter c)
        The OptionHandler should configure the SVGConverter according to the value of the option. Should throw an IllegalArgumentException if optionValue is not an acceptable option.
      • getOptionValuesLength

        int getOptionValuesLength()
        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
      • getOptionDescription

        java.lang.String getOptionDescription()
        Returns the description for this option