Package com.macrofocus.transform
Provides the necessary classes and interfaces for dealing with coordinates transform.
-
Interface Summary Interface Description MutableOneDScreenTransform Defines the requirements for a OneDScreenTransform that can change.OneDScreenTransform This interface represents transform from world to screen coordinates, and vice-versa.ScreenTransformListener The listener interface for receiving "interesting" events about a screen transform. -
Class Summary Class Description AbstractMutableOneDScreenTransform This class provides a skeletal implementation of the MutableOneDScreenTransform interface to minimize the effort required to implement this interface.ComplexOneDScreenTransform Default implementation of a OneDScreenTransform.RangesScreenTransformCoordinator Synchronize two range models with their respective coordinate axis models.ScreenTransformEvent An event that characterizes a change in the screen transform.ScreenTransformHelper Helper class for dealing with screen transforms.SimpleOneDScreenTransform Default implementation of a OneDScreenTransform.