C# Class Oddr.Builders.Browsers.LayoutEngineBrowserBuilder

Inheritance: HintedResolutionBrowserBuilder
Mostrar archivo Open project: OpenDDRdotORG/OpenDDR-CSharp

Protected Methods

Method Description
BuildBrowser ( UserAgent userAgent, String layoutEngine, String layoutEngineVersion, int hintedWidth, int hintedHeight ) : Browser
BuildBrowser ( UserAgent userAgent, int hintedWidth, int hintedHeight ) : Browser

Method Details

BuildBrowser() protected abstract method

protected abstract BuildBrowser ( UserAgent userAgent, String layoutEngine, String layoutEngineVersion, int hintedWidth, int hintedHeight ) : Browser
userAgent Oddr.Models.UserAgent
layoutEngine String
layoutEngineVersion String
hintedWidth int
hintedHeight int
return Oddr.Models.Browsers.Browser

BuildBrowser() protected method

protected BuildBrowser ( UserAgent userAgent, int hintedWidth, int hintedHeight ) : Browser
userAgent Oddr.Models.UserAgent
hintedWidth int
hintedHeight int
return Oddr.Models.Browsers.Browser