Logo


search API (or start typing anywhere)


Rendering

mint.render.Rendering

A rendering provider for a mint Control. Controls will typically ask the rendering provider for a concrete control Renderer instance to associate with a given control. Framework specific rendering providers will extend this class and return a Renderer instance for the requested type. i.e if(type == mint.Canvas) return MyCanvasRenderer()


class


   

Methods


get
get<T>, T1>(type:Class<get.T>, control:get.T) : get.T1
Overridden in subclass. Asks the Rendering service for a Renderer instance, For a given control class type and instance.

new

new() : Void