org.apache.batik.apps.rasterizer

Class Main.FloatOptionHandler

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.
Method Summary
voidhandleOption(String optionValue, SVGConverter c)
abstract voidhandleOption(float optionValue, SVGConverter c)

Method Detail

handleOption

public void handleOption(String optionValue, SVGConverter c)

handleOption

public abstract void handleOption(float optionValue, SVGConverter c)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.