Uses of Enum Class
eu.webtoolkit.jwt.RenderHint
Packages that use RenderHint
-
Uses of RenderHint in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return RenderHintModifier and TypeMethodDescriptionstatic RenderHint
Returns the enum constant of this class with the specified name.static RenderHint[]
RenderHint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type RenderHintMethods in eu.webtoolkit.jwt with parameters of type RenderHintModifier and TypeMethodDescriptionfinal void
WPainter.setRenderHint
(RenderHint hint) Sets a render hint.void
WPainter.setRenderHint
(RenderHint hint, boolean on) Sets a render hint.