Class JAWTRendererVideoComponent

    • Field Detail

      • renderer

        protected final JAWTRenderer renderer
        The JAWTRenderer which paints in this JAWTRendererVideoComponent.
    • Constructor Detail

      • JAWTRendererVideoComponent

        public JAWTRendererVideoComponent​(JAWTRenderer renderer)
        Initializes a new JAWTRendererVideoComponent instance.
        Parameters:
        renderer -
    • Method Detail

      • addNotify

        public void addNotify()
        Overrides Component.addNotify() to reset the indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered.
        Overrides:
        addNotify in class Canvas
      • getHandle

        protected long getHandle()
        Gets the handle of the native counterpart of the JAWTRenderer which paints in this AWTVideoComponent.
        Returns:
        the handle of the native counterpart of the JAWTRenderer which paints in this AWTVideoComponent
      • getHandleLock

        protected Object getHandleLock()
        Gets the synchronization lock which protects the access to the handle property of this AWTVideoComponent.
        Returns:
        the synchronization lock which protects the access to the handle property of this AWTVideoComponent
      • removeNotify

        public void removeNotify()
        Overrides Component.removeNotify() to reset the indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered.
        Overrides:
        removeNotify in class Component