java.lang.Object
java.util.EventObject
com.inductiveautomation.factorypmi.application.components.event.PaintEvent
All Implemented Interfaces:
Serializable

public class PaintEvent extends EventObject
See Also:
  • Constructor Details

    • PaintEvent

      public PaintEvent(Component source, Graphics g, int width, int height)
  • Method Details

    • getGraphics

      public Graphics getGraphics()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()