Class Main.FloatOptionHandler

All Implemented Interfaces:
Main.OptionHandler
Direct Known Subclasses:
Main.TimeOptionHandler
Enclosing class:
Main

public abstract static class Main.FloatOptionHandler extends Main.SingleValueOptionHandler
Base class for options which expect the single optionValue to be a float. Subclasses should implement the handleOption method which takes a float and an SVGConverter as parameters.