Package | Description |
---|---|
com.lowagie.toolbox | |
com.lowagie.toolbox.arguments | |
com.lowagie.toolbox.plugins |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<AbstractArgument> |
AbstractTool.arguments
The list of arguments needed by the tool.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<AbstractArgument> |
AbstractTool.getArguments()
Gets the arguments.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractTool.valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTool.setArguments(ArrayList<AbstractArgument> arguments)
Sets the arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
BitsetArgument
Argument that results in a set of "1" and "0" values.
|
class |
ColorArgument |
class |
FileArgument
FileArgument class if the argument is a java.io.File.
|
class |
FileArrayArgument |
class |
FloatArgument |
class |
ImageArgument
StringArgument class if the argument is a com.lowagie.text.Image.
|
class |
IntegerArgument
This is an argument of one of the tools in the toolbox.
|
class |
OptionArgument
Argument that can be one of several options.
|
class |
PageSizeArgument
Argument that can be one of several options.
|
class |
StringArgument
This is an argument of one of the tools in the toolbox.
|
Copyright © 2015. All rights reserved.