com.lowagie.toolbox.arguments
public class PageSizeArgument extends OptionArgument
Since: 2.1.1 (imported from itexttoolbox project)
Field Summary | |
---|---|
TreeMap<Object,Object> | 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<Object,Object> | getOptions()
Gets the options. |
String | getUsage() |
String | toString()
Returns a string representation of the object.
|
Parameters: tool the tool that needs this argument name the name of the argument description the description of the argument
Parameters: evt ActionEvent
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.
Returns: String
See Also: StringArgument
Returns: a string representation of the object.