Uses of Class
org.apache.batik.apps.rasterizer.Main.AbstractOptionHandler
-
Packages that use Main.AbstractOptionHandler Package Description org.apache.batik.apps.rasterizer -
-
Uses of Main.AbstractOptionHandler in org.apache.batik.apps.rasterizer
Subclasses of Main.AbstractOptionHandler in org.apache.batik.apps.rasterizer Modifier and Type Class Description static classMain.ColorOptionHandlerBase class for options which expect aColoroptionValue.static classMain.FloatOptionHandlerBase class for options which expect the single optionValue to be a float.static classMain.NoValueOptionHandlerBase class for options with no option value (i.e., the presence of the option means something in itself.static classMain.RectangleOptionHandlerBase class for options which expect aRectangleoptionValue.static classMain.SingleValueOptionHandlerBase class for options with a single option value.static classMain.TimeOptionHandlerBase class for options which expect the single optionValue to be a time value.
-