Uses of Class
com.lowagie.toolbox.arguments.AbstractArgument
-
Packages that use AbstractArgument Package Description com.lowagie.toolbox com.lowagie.toolbox.arguments com.lowagie.toolbox.plugins com.lowagie.toolbox.plugins.watermarker -
-
Uses of AbstractArgument in com.lowagie.toolbox
Fields in com.lowagie.toolbox with type parameters of type AbstractArgument Modifier and Type Field Description protected java.util.ArrayList<AbstractArgument>
AbstractTool. arguments
The list of arguments needed by the tool.Methods in com.lowagie.toolbox that return types with arguments of type AbstractArgument Modifier and Type Method Description java.util.ArrayList<AbstractArgument>
AbstractTool. getArguments()
Gets the arguments.Methods in com.lowagie.toolbox with parameters of type AbstractArgument Modifier and Type Method Description abstract void
AbstractTool. valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed.Method parameters in com.lowagie.toolbox with type arguments of type AbstractArgument Modifier and Type Method Description void
AbstractTool. setArguments(java.util.ArrayList<AbstractArgument> arguments)
Sets the arguments. -
Uses of AbstractArgument in com.lowagie.toolbox.arguments
Subclasses of AbstractArgument in com.lowagie.toolbox.arguments Modifier and Type Class 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. -
Uses of AbstractArgument in com.lowagie.toolbox.plugins
-
Uses of AbstractArgument in com.lowagie.toolbox.plugins.watermarker
Methods in com.lowagie.toolbox.plugins.watermarker with parameters of type AbstractArgument Modifier and Type Method Description void
WatermarkerTool. valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed.
-