Package 

Class ActionEvent.Viewport


  • 
    public final class ActionEvent.Viewport
    
                        

    The viewport represents the rectangular area that is currently being viewed. Content outside the viewport is not visible onscreen until scrolled into view.

    • Constructor Detail

      • ActionEvent.Viewport

        ActionEvent.Viewport(Number width, Number height)
        Parameters:
        width - Width of the viewport (in pixels)
        height - Height of the viewport (in pixels)