org.apache.batik.apps.rasterizer
Class Main.TimeOptionHandler
public abstract static
class
Main.TimeOptionHandler
extends Main.FloatOptionHandler
Base class for options which expect the single optionValue to
be a time value. Subclasses should implement the handleOption
method which takes a float and an SVGConverter as
parameters.
public void handleOption(String optionValue,
SVGConverter c)
public abstract void handleOption(float optionValue,
SVGConverter c)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.