Class VisualizationScrollPane

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class VisualizationScrollPane
    extends JPanel
    VisualizationScrollPane is a Container for the Graph's VisualizationViewer and includes custom horizontal and vertical scrollbars. VisualizationScrollPane listens for changes in the scale and translation of the VisualizationViewer, and will update the scrollbar positions and sizes accordingly. Changes in the scrollbar positions will cause the corresponding change in the translation component (offset) of the VisualizationViewer. The scrollbars are modified so that they will allow panning of the graph when the scale has been changed (e.g. zoomed-in or zoomed-out).

    The lower-right corner of this component is available to use as a small button or menu.

    VisualizationScrollPaneDemo shows the use of this component.

    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Field Detail

      • horizontalScrollBar

        protected JScrollBar horizontalScrollBar
      • verticalScrollBar

        protected JScrollBar verticalScrollBar
      • scrollBarsMayControlAdjusting

        protected boolean scrollBarsMayControlAdjusting
      • south

        protected JPanel south
    • Constructor Detail

      • VisualizationScrollPane

        public VisualizationScrollPane​(VisualizationViewer<?,​?> vv)
        Create an instance of the VisualizationScrollPane to contain the VisualizationViewer
        Parameters:
        vv - the VisualizationViewer for which this instance is to be created
    • Method Detail

      • getCorner

        public JComponent getCorner()
        Returns:
        Returns the corner component.
      • setCorner

        public void setCorner​(JComponent corner)
        Parameters:
        corner - The cornerButton to set.
      • getHorizontalScrollBar

        public JScrollBar getHorizontalScrollBar()
      • getVerticalScrollBar

        public JScrollBar getVerticalScrollBar()