Uses of Enum Class
com.flowingcode.vaadin.addons.xterm.ITerminalOptions.RendererType
Packages that use ITerminalOptions.RendererType
-
Uses of ITerminalOptions.RendererType in com.flowingcode.vaadin.addons.xterm
Methods in com.flowingcode.vaadin.addons.xterm that return ITerminalOptions.RendererTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ITerminalOptions.RendererType[]ITerminalOptions.RendererType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.xterm with parameters of type ITerminalOptions.RendererTypeModifier and TypeMethodDescriptionvoidITerminalOptions.setRendererType(ITerminalOptions.RendererType value) The type of renderer to use, this allows using the fallback DOM renderer when canvas is too slow for the environment.