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 class
Main.ColorOptionHandler
Base class for options which expect aColor
optionValue.static class
Main.FloatOptionHandler
Base class for options which expect the single optionValue to be a float.static class
Main.NoValueOptionHandler
Base class for options with no option value (i.e., the presence of the option means something in itself.static class
Main.RectangleOptionHandler
Base class for options which expect aRectangle
optionValue.static class
Main.SingleValueOptionHandler
Base class for options with a single option value.static class
Main.TimeOptionHandler
Base class for options which expect the single optionValue to be a time value.
-