Class TextPaintEvent

All Implemented Interfaces:
Serializable

public class TextPaintEvent extends RSEvent
An event that specifies a line index and graphics object on which a TextPaintListener should paint a line of text.
See Also:
  • Field Details

    • graphics

      public Graphics graphics
    • idx

      public int idx
  • Constructor Details

    • TextPaintEvent

      public TextPaintEvent()
  • Method Details