| com.otaliastudios.zoom.AbsolutePoint |
This class represents a point on the ZoomEngine content surface. |
| com.otaliastudios.zoom.Alignment |
Holds constants for ZoomApi.setAlignment. |
| com.otaliastudios.zoom.ScaledPoint |
This class represents a point on the ZoomEngine content surface. |
| com.otaliastudios.zoom.ZoomApi |
An interface for zoom controls. |
| com.otaliastudios.zoom.ZoomEngine |
A low level class that listens to touch events and posts zoom and pan updates. The most useful output is a Matrix that can be used to do pretty much everything, from canvas drawing to View hierarchies translations. |
| com.otaliastudios.zoom.ZoomImageView |
Uses ZoomEngine to allow zooming and pan events to the inner drawable. |
| com.otaliastudios.zoom.ZoomLayout |
Uses ZoomEngine to allow zooming and pan events onto a view hierarchy. The hierarchy must be contained in a single view, added to this layout (like what you do with a ScrollView). |
| com.otaliastudios.zoom.ZoomLogger |
Utility class that can log traces and info. |
| com.otaliastudios.zoom.ZoomSurfaceView |
Uses ZoomEngine to allow zooming and pan events onto a GL rendered surface. |