Package com.sharkysoft.fig.interactive.interactor

Interactive view transform control.

See: Description

Package com.sharkysoft.fig.interactive.interactor Description

Interactive view transform control.

Details: A figure's view can display the figure using a configurable transform (i.e., translation, scale, and rotation). This transform may be adjusted programmatically, or it may be adjusted interactively, in direct response to user input. This package defines a set of "transform interactors," or classes which interpret user input and adjust the view's transform interactively.

All transform interactors implement the TransformInteractor interface. To define a new transform interaction for a view, simply create the interactor and add it to the view using InteractiveFigureViewManager.addTransformInteractor(TransformInteractor).

Copyright © 2013. All Rights Reserved.