Class PaintEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class PaintEvent
    extends ScriptEvent
    Created with IntelliJ IDEA.
    Since:
    : 8/14/2015 Time : 1:48 AM
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintEvent​(java.awt.Graphics graphics)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(java.util.EventListener eventListener)  
      void setGraphics​(java.awt.Graphics graphics)  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PaintEvent

        public PaintEvent​(java.awt.Graphics graphics)
    • Method Detail

      • dispatch

        public final void dispatch​(java.util.EventListener eventListener)
        Specified by:
        dispatch in class ScriptEvent
      • setGraphics

        public void setGraphics​(java.awt.Graphics graphics)