Uses of Class
cz.vutbr.fit.layout.tools.cmd.Renderer.Backend
-
Packages that use Renderer.Backend Package Description cz.vutbr.fit.layout.tools.cmd -
-
Uses of Renderer.Backend in cz.vutbr.fit.layout.tools.cmd
Fields in cz.vutbr.fit.layout.tools.cmd declared as Renderer.Backend Modifier and Type Field Description protected Renderer.Backend
Renderer. backend
Methods in cz.vutbr.fit.layout.tools.cmd that return Renderer.Backend Modifier and Type Method Description static Renderer.Backend
Renderer.Backend. valueOf(String name)
Returns the enum constant of this type with the specified name.static Renderer.Backend[]
Renderer.Backend. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.vutbr.fit.layout.tools.cmd with parameters of type Renderer.Backend Modifier and Type Method Description Page
Renderer. render(String url, Renderer.Backend backend, int width, int height, Map<String,String> params)
Renders a page using the given backend and returns the page structure.
-