|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Main.OptionHandler | |
org.apache.batik.apps.rasterizer |
Uses of Main.OptionHandler in org.apache.batik.apps.rasterizer |
Classes in org.apache.batik.apps.rasterizer that implement Main.OptionHandler | |
static class |
Main.AbstractOptionHandler
This abstract implementation of the OptionHandler interface throws an exception if the number of arguments passed to the handleOption method does not match the number of expected optionValues. |
static class |
Main.ColorOptionHandler
Base class for options which expect a Color 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 a Rectangle optionValue. |
static class |
Main.SingleValueOptionHandler
Base class for options with a single option value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |