com.lowagie.toolbox.arguments
Class ColorArgument

java.lang.Object
  extended by com.lowagie.toolbox.arguments.AbstractArgument
      extended by com.lowagie.toolbox.arguments.ColorArgument
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener

public class ColorArgument
extends AbstractArgument

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
ColorArgument()
           
ColorArgument(AbstractTool tool, String name, String description)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Object getArgument()
          Gets 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorArgument

public ColorArgument()

ColorArgument

public ColorArgument(AbstractTool tool,
                     String name,
                     String description)
Method Detail

getArgument

public Object getArgument()
                   throws InstantiationException
Description copied from class: AbstractArgument
Gets the argument as an object.

Overrides:
getArgument in class AbstractArgument
Returns:
an object
Throws:
InstantiationException

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener
Specified by:
actionPerformed in class AbstractArgument

Hosted by Hostbasket