Class ViewJFrameGraph.ColorListener

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    ViewJFrameGraph

    class ViewJFrameGraph.ColorListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    This class is called by the color chooser when the user selects a a color from the function line color chooser dialog. It changes the selected line (found by the variable index) to the color returned by the color chooser.
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)
      DOCUMENT ME!
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorListener

        ColorListener()
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        DOCUMENT ME!
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Parameters:
        e - DOCUMENT ME!