com.lowagie.tools.arguments
public class PageSizeArgument extends OptionArgument
| Field Summary | |
|---|---|
| TreeMap | options |
| Constructor Summary | |
|---|---|
| PageSizeArgument(AbstractTool tool, String name, String description)
Constructs an OptionArgument.
| |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent evt) |
| void | addOption(Object description, Object value)
Adds an Option. |
| Object | getArgument()
Gets the argument as an object. |
| TreeMap | getOptions()
Gets the options. |
| String | getUsage() |
Parameters: tool the tool that needs this argument name the name of the argument description the description of the argument
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Parameters: description the description of the option value the value of the option
Returns: an object
Throws: InstantiationException
Returns: Returns the options.
See Also: getUsage