Package com.lowagie.toolbox.arguments
Class FloatArgument
java.lang.Object
com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.FloatArgument
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,EventListener
- Since:
- 2.1.1 (imported from itexttoolbox project)
-
Field Summary
Fields inherited from class com.lowagie.toolbox.arguments.AbstractArgument
description, name, pcs, tool, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when an action occurs.Methods inherited from class com.lowagie.toolbox.arguments.AbstractArgument
addPropertyChangeListener, firePropertyChange, getArgument, getDescription, getName, getTool, getUsage, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toString
-
Constructor Details
-
FloatArgument
public FloatArgument() -
FloatArgument
-
-
Method Details
-
actionPerformed
Invoked when an action occurs.- Specified by:
actionPerformed
in interfaceActionListener
- Specified by:
actionPerformed
in classAbstractArgument
- Parameters:
e
- ActionEvent
-