Interface FigureVisibilityListener


  • public interface FigureVisibilityListener
    Listener interface for figure events if visibility changes.
    • Method Detail

      • visibilityChanges

        boolean visibilityChanges​(Figure f,
                                  boolean visible,
                                  AnimationInfo animation)
        Called, if the visibility of the figure changes.
        Parameters:
        f - The Figure.
        visible - true, if figure becomes visible, false if invisible.
        animation - The AnimationInfo
        Returns:
        false, if the visibility change should be cancelled.