MindFusion.Java Package Programmer's Guide
ContainerNode.getScrollbarLargeChange Method
See Also
 






Implements the Scrollable interface. Gets the amount to scroll by when the user clicks above or below the scrollbar thumb.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public float getScrollbarLargeChange (
    boolean vertical
)

 Parameters

vertical

true if scrolling using a vertical scrollbar, or false if horizontal one.

 Return Value

A float value specifying the amount to scroll.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace