Skip to: Site menu | Main content

Groovy 

      Download | Documentation | Developers | Community

An agile dynamic language for the Java Platform

GraphicsBuilder - Misc - RenderingHint Add comment to Wiki View in Wiki Edit Wiki page Printable Version

Assigns hints to the Java2D pipeline useful for rendering.

Properties

Property Default Notes
key    
value    

Key may have any value of: ["antialiasing", "rendering", "dithering", "text antialiasing", "text lcd contrast", "fractionalmetrics", "interpolation", "alpha interpolation", "color rendering", "stroke control"]

Value may have any value of: ["antialias on", "antialias off", "antialias default", "render speed", "render quality", "render default", "dither disable", "dither enable", "dither default", "text antialias on", "text antialias off", "text antialias default", "text antialias gasp", "text antialias lcd hrgb", "text antialias lcd hbgr", "text antialias lcd vrgb", "text antialias lcd vbgr", "fractionalmetrics off", "fractionalmetrics on", "fractionalmetrics default", "interpolation nearest neighbor", "interpolation bilinear", "interpolation bicubic", "alpha interpolation speed", "alpha interpolation quality", "alpha interpolation default", "color render speed", "color render quality", "color render default", "stroke default", "stroke normalize", "stroke pure"]