Search
DiagramView.bringIntoView Method
See Also
 

Scrolls the view to make the specified item or rectangular area visible.

 Overload List

Name Description

DiagramView.bringIntoView (DiagramItem)

Scrolls the viewport so that the specified item will be visible. This works only when the diagram is contained within a JScrollPane.

DiagramView.bringIntoView (Rectangle2D)

Scrolls the view to make the specified rectangular area visible.

 See Also