Class ConnectionAnimator

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

    public class ConnectionAnimator
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionAnimator​(javax.swing.JComponent component)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      void paintAnimation​(java.awt.Graphics graphics)  
      void setAnimating​(boolean animating)  
      void setColor​(java.awt.Color color)  
      void setMessage​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • ConnectionAnimator

        public ConnectionAnimator​(javax.swing.JComponent component)
    • Method Detail

      • actionPerformed

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

        public void paintAnimation​(java.awt.Graphics graphics)
      • setAnimating

        public void setAnimating​(boolean animating)
      • setColor

        public void setColor​(java.awt.Color color)
      • setMessage

        public void setMessage​(java.lang.String message)