Class PaintObjectEvent

    • Field Detail

      • 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
      • bullet

        public Bullet bullet
        the Bullet
      • bulletIndex

        public int bulletIndex
        the bullet index
    • Constructor Detail

      • 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