DroidDiagram Programmer's Guide
DiagramView.scrollTo Method
See Also
 






Scrolls the diagram to the specified position. The Diagram component must be contained within a JScrollPane in order to use this method.

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

 Syntax

Java  Copy Code

public void scrollTo (
    float x,
    float y
)

 Parameters

x

A float value specifying the horizontal scroll position.

y

A float value specifying the vertical scroll position.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace