Interfaces
 InterfaceDescription
 IRenderer Interface for renderers capable of rendering a scene to a view
Classes
 ClassDescription
 AbstractRenderSession Abstract Drawing session object containing the method used for drawing the view to screen.
 BasicRenderer Default renderer for a view.
 BitmapRenderSession Drawing session object that renders all drawing primitives into a Bitmap container.
 FindHit Finds the object that is rendered under a certain view coordinate.
 Projection Data object for camera transform, focus and zoom properties.
 QuadrantRenderer Renderer that uses quadrant tree for storing and operating drawing primitives.
 Renderer A static class for an easy access to the most useful renderers.
 SpriteRenderSession Drawing session object that renders all drawing primitives into a Sprite container.