Class GlyphEventListener

    • Constructor Detail

      • GlyphEventListener

        public GlyphEventListener​(IEventListener delegate)
        Constructs a GlyphEventListener instance by a delegate to which the expanded text events for each glyph occurred will be passed on.
        Parameters:
        delegate - delegate to pass the expanded glyph render events to.
    • Method Detail

      • eventOccurred

        public void eventOccurred​(IEventData data,
                                  EventType type)
        Description copied from interface: IEventListener
        Called when some event occurs during parsing a content stream.
        Specified by:
        eventOccurred in interface IEventListener
        Parameters:
        data - Combines the data required for processing corresponding event type.
        type - Event type.
      • getSupportedEvents

        public java.util.Set<EventType> getSupportedEvents()
        Description copied from interface: IEventListener
        Provides the set of event types this listener supports. Returns null if all possible event types are supported.
        Specified by:
        getSupportedEvents in interface IEventListener
        Returns:
        Set of event types supported by this listener or null if all possible event types are supported.