Class ColorArgument

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener

    public class ColorArgument
    extends AbstractArgument
    Since:
    2.1.1 (imported from itexttoolbox project)
    • Constructor Detail

      • ColorArgument

        public ColorArgument()
      • ColorArgument

        public ColorArgument​(AbstractTool tool,
                             java.lang.String name,
                             java.lang.String description)
    • Method Detail

      • getArgument

        public java.lang.Object getArgument()
                                     throws java.lang.InstantiationException
        Description copied from class: AbstractArgument
        Gets the argument as an object.
        Overrides:
        getArgument in class AbstractArgument
        Returns:
        an object
        Throws:
        java.lang.InstantiationException - if the specified key cannot be compared with the keys currently in the map
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Specified by:
        actionPerformed in class AbstractArgument