Class Main.RectangleOptionHandler

All Implemented Interfaces:
Main.OptionHandler
Enclosing class:
Main

public abstract static class Main.RectangleOptionHandler extends Main.SingleValueOptionHandler
Base class for options which expect a Rectangle optionValue. Subclasses should implement the handleOption method which takes a Rectangle and an SVGConverter as parameters.