Uses of Interface
org.apache.batik.apps.rasterizer.Main.OptionHandler

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.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.