This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123339 - CenteredZoom should be exposed in API
Summary: CenteredZoom should be exposed in API
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 11:48 UTC by David Kaspar
Modified: 2007-12-04 11:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2007-12-04 11:48:01 UTC
Add an API method for scroll a view to have a specific location in the center of the view and allow to specify zoom
factor as well. The method signature should be similar to:
SceneSupport.zoomSceneWithViewCenterAt (Point sceneLocation, float zoomFactor)