java.lang.Object
com.lowagie.toolbox.arguments.AbstractArgument
com.lowagie.toolbox.arguments.ColorArgument
- 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 TypeMethodDescriptionvoidGets the argument as an object.Methods inherited from class com.lowagie.toolbox.arguments.AbstractArgument
addPropertyChangeListener, firePropertyChange, getDescription, getName, getTool, getUsage, getValue, propertyChange, removePropertyChangeListener, setDescription, setName, setTool, setValue, setValue, toString
-
Constructor Details
-
ColorArgument
public ColorArgument() -
ColorArgument
-
-
Method Details
-
getArgument
Description copied from class:AbstractArgumentGets the argument as an object.- Overrides:
getArgumentin classAbstractArgument- Returns:
- an object
- Throws:
InstantiationException- if the specified key cannot be compared with the keys currently in the map
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Specified by:
actionPerformedin classAbstractArgument
-