org.apache.batik.apps.svgbrowser

Interface Main.OptionHandler

protected interface Main.OptionHandler

This interface represents an option handler.
Method Summary
StringgetDescription()
Returns the option description.
inthandleOption(int i)
Handles the current option.

Method Detail

getDescription

public String getDescription()
Returns the option description.

handleOption

public int handleOption(int i)
Handles the current option.

Returns: the index of argument just before the next one to handle.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.