Class PaintObjectEvent

All Implemented Interfaces:
Serializable

public class PaintObjectEvent extends TypedEvent
This event is sent when an object needs to be drawn.
Since:
3.2
See Also:
  • Field Details

    • gc

      public GC gc
      the GC
    • x

      public int x
      the x location
    • y

      public int y
      the y location
    • ascent

      public int ascent
      the line ascent
    • descent

      public int descent
      the line descent
    • style

      public StyleRange style
      the StyleRange
    • bullet

      public Bullet bullet
      the Bullet
    • bulletIndex

      public int bulletIndex
      the bullet index
  • Constructor Details

    • PaintObjectEvent

      public PaintObjectEvent(org.eclipse.swt.custom.StyledTextEvent e)
      Constructs a new instance of this class based on the information in the given event.
      Parameters:
      e - the event containing the information